#4FB2CC

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

Shades of Viking #4FB2CC

Tints of Viking #4FB2CC

Color information

#4FB2CC (or 0x4FB2CC) is unknown color: approx Viking. HEX triplet: 4F, B2 and CC. RGB value is (79,178,204). Sum of RGB (Red+Green+Blue) = 79+178+204=461 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.14% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FB2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB2CC is #B04D33. Grayscale: #979797. Windows color (decimal): -11554100 or 13414991. OLE color: 13414991.

HSL color Cylindrical-coordinate representation of color #4FB2CC: hue angle of 192.48º 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 #4FB2CC is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79178204-
CMYK0.610.1300.2
HSL192.48º55.07%55.49%-
HSV(B)192.48º61.27%80%-
XYZ30.0437.8662.85-
YUV151.36157.776.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.14%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=17.14%
G=38.61%
B=44.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791782040.610.1300.2192.4855.0755.49
Hex4FB2CC3DD014c03737
Octal11726231475150243006767
Binary10011111011001011001100111101110101010011000000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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