#4CA2BD

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

Shades of Viking #4CA2BD

Tints of Viking #4CA2BD

Color information

#4CA2BD (or 0x4CA2BD) is unknown color: approx Viking. HEX triplet: 4C, A2 and BD. RGB value is (76,162,189). Sum of RGB (Red+Green+Blue) = 76+162+189=427 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.80% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #4CA2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA2BD is #B35D42. Grayscale: #8B8B8B. Windows color (decimal): -11754819 or 12427852. OLE color: 12427852.

HSL color Cylindrical-coordinate representation of color #4CA2BD: hue angle of 194.34º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CA2BD is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB76162189-
CMYK0.600.1400.26
HSL194.34º46.12%51.96%-
HSV(B)194.34º59.79%74.12%-
XYZ25.0931.0552.82-
YUV139.36156.0182.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.80%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=17.80%
G=37.94%
B=44.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761621890.600.1400.26194.3446.1251.96
Hex4CA2BD3CE01Ac22e34
Octal11424227574160323025664
Binary10011001010001010111101111100111001101011000010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,162,189); }

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

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

 a { background-color: rgb(76,162,189); }

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

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

 span { border-color: rgb(76,162,189); }

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