#4CA2BB

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

Shades of Viking #4CA2BB

Tints of Viking #4CA2BB

Color information

#4CA2BB (or 0x4CA2BB) is unknown color: approx Viking. HEX triplet: 4C, A2 and BB. RGB value is (76,162,187). Sum of RGB (Red+Green+Blue) = 76+162+187=425 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.88% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #4CA2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA2BB is #B35D44. Grayscale: #8A8A8A. Windows color (decimal): -11754821 or 12296780. OLE color: 12296780.

HSL color Cylindrical-coordinate representation of color #4CA2BB: hue angle of 193.51º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CA2BB is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76162187-
CMYK0.590.1300.27
HSL193.51º44.94%51.57%-
HSV(B)193.51º59.36%73.33%-
XYZ24.8730.9751.68-
YUV139.14155.0182.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.88%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 187 (73.44% from 255) = 44%
R=17.88%
G=38.12%
B=44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761621870.590.1300.27193.5144.9451.57
Hex4CA2BB3BD01Bc22d34
Octal11424227373150333025564
Binary10011001010001010111011111011110101101111000010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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