#4FBBD3

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

Shades of Viking #4FBBD3

Tints of Viking #4FBBD3

Color information

#4FBBD3 (or 0x4FBBD3) is unknown color: approx Viking. HEX triplet: 4F, BB and D3. RGB value is (79,187,211). Sum of RGB (Red+Green+Blue) = 79+187+211=477 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.56% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #4FBBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBBD3 is #B0442C. Grayscale: #9D9D9D. Windows color (decimal): -11551789 or 13876047. OLE color: 13876047.

HSL color Cylindrical-coordinate representation of color #4FBBD3: hue angle of 190.91º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FBBD3 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB79187211-
CMYK0.630.1100.17
HSL190.91º60%56.86%-
HSV(B)190.91º62.56%82.75%-
XYZ32.7541.9167.99-
YUV157.44158.2272.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.56%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 211 (82.81% from 255) = 44.23%
R=16.56%
G=39.20%
B=44.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal791872110.630.1100.17190.916056.86
Hex4FBBD33FB011bf3c39
Octal11727332377130212777471
Binary10011111011101111010011111111101101000110111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,187,211); }

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

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

 a { background-color: rgb(79,187,211); }

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

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

 span { border-color: rgb(79,187,211); }

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