#4FB6CC

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

Shades of Viking #4FB6CC

Tints of Viking #4FB6CC

Color information

#4FB6CC (or 0x4FB6CC) is unknown color: approx Viking. HEX triplet: 4F, B6 and CC. RGB value is (79,182,204). Sum of RGB (Red+Green+Blue) = 79+182+204=465 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.99% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FB6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB6CC is #B04933. Grayscale: #999999. Windows color (decimal): -11553076 or 13416015. OLE color: 13416015.

HSL color Cylindrical-coordinate representation of color #4FB6CC: hue angle of 190.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FB6CC is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79182204-
CMYK0.610.1100.2
HSL190.56º55.07%55.49%-
HSV(B)190.56º61.27%80%-
XYZ30.8539.4863.12-
YUV153.71156.3874.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.99%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=16.99%
G=39.14%
B=43.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791822040.610.1100.2190.5655.0755.49
Hex4FB6CC3DB014bf3737
Octal11726631475130242776767
Binary10011111011011011001100111101101101010010111111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,182,204); }

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

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

 a { background-color: rgb(79,182,204); }

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

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

 span { border-color: rgb(79,182,204); }

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