#4FC3D6

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

Shades of Viking #4FC3D6

Tints of Viking #4FC3D6

Color information

#4FC3D6 (or 0x4FC3D6) is unknown color: approx Viking. HEX triplet: 4F, C3 and D6. RGB value is (79,195,214). Sum of RGB (Red+Green+Blue) = 79+195+214=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #4FC3D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC3D6 is #B03C29. Grayscale: #A2A2A2. Windows color (decimal): -11549738 or 14074703. OLE color: 14074703.

HSL color Cylindrical-coordinate representation of color #4FC3D6: hue angle of 188.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FC3D6 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB79195214-
CMYK0.630.0900.16
HSL188.44º62.21%57.45%-
HSV(B)188.44º63.08%83.92%-
XYZ34.8845.5570.57-
YUV162.48157.0768.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.19%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=16.19%
G=39.96%
B=43.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal791952140.630.0900.16188.4462.2157.45
Hex4FC3D63F9010bc3e39
Octal11730332677110202747671
Binary10011111100001111010110111111100101000010111100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,195,214); }

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

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

 a { background-color: rgb(79,195,214); }

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

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

 span { border-color: rgb(79,195,214); }

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