#4FB0D3

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

Shades of Viking #4FB0D3

Tints of Viking #4FB0D3

Color information

#4FB0D3 (or 0x4FB0D3) is unknown color: approx Viking. HEX triplet: 4F, B0 and D3. RGB value is (79,176,211). Sum of RGB (Red+Green+Blue) = 79+176+211=466 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.95% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #4FB0D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB0D3 is #B04F2C. Grayscale: #969696. Windows color (decimal): -11554605 or 13873231. OLE color: 13873231.

HSL color Cylindrical-coordinate representation of color #4FB0D3: hue angle of 195.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 #4FB0D3 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB79176211-
CMYK0.630.1700.17
HSL195.91º60%56.86%-
HSV(B)195.91º62.56%82.75%-
XYZ30.5137.4267.24-
YUV150.99161.8676.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.95%
GREEN value IS 176 (69.14% from 255) = 37.77%
BLUE value IS 211 (82.81% from 255) = 45.28%
R=16.95%
G=37.77%
B=45.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal791762110.630.1700.17195.916056.86
Hex4FB0D33F11011c43c39
Octal11726032377210213047471
Binary100111110110000110100111111111000101000111000100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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