#4FBDC1

Color #4FBDC1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4FBDC1

Tints of Viking #4FBDC1

Color information

#4FBDC1 (or 0x4FBDC1) is unknown color: approx Viking. HEX triplet: 4F, BD and C1. RGB value is (79,189,193). Sum of RGB (Red+Green+Blue) = 79+189+193=461 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.14% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #4FBDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDC1 is #B0423E. Grayscale: #9C9C9C. Windows color (decimal): -11551295 or 12696911. OLE color: 12696911.

HSL color Cylindrical-coordinate representation of color #4FBDC1: hue angle of 182.11º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FBDC1 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB79189193-
CMYK0.590.0200.24
HSL182.11º47.9%53.33%-
HSV(B)182.11º59.07%75.69%-
XYZ31.0541.9156.9-
YUV156.57148.5672.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 17.14%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=17.14%
G=41.00%
B=41.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal791891930.590.0200.24182.1147.953.33
Hex4FBDC13B2018b63035
Octal1172753017320302666065
Binary100111110111101110000011110111001100010110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FBDC1; }

 p { color: rgb(79,189,193); }

 H1.HeaderClassName
 {
   color: #4FBDC1;
 }
 .AnyTagClassName
 {
   color: #4FBDC1;
 }
</style>
background-color css

<style>
 a { background-color: #4FBDC1; }

 a { background-color: rgb(79,189,193); }

 div.DivClassName
 {
   background-color: #4FBDC1;
 }
 .BgClassName
 {
   background-color: #4FBDC1;
 }
</style>
border-color css

<style>
 span { border-color: #4FBDC1; }

 span { border-color: rgb(79,189,193); }

 td.TdClassName
 {
   border-color: #4FBDC1;
 }
 .TagClassName
 {
   border-color: #4FBDC1;
 }
</style>