#4CABBD

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

Shades of Viking #4CABBD

Tints of Viking #4CABBD

Color information

#4CABBD (or 0x4CABBD) is unknown color: approx Viking. HEX triplet: 4C, AB and BD. RGB value is (76,171,189). Sum of RGB (Red+Green+Blue) = 76+171+189=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #4CABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CABBD is #B35442. Grayscale: #909090. Windows color (decimal): -11752515 or 12430156. OLE color: 12430156.

HSL color Cylindrical-coordinate representation of color #4CABBD: hue angle of 189.56º 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 #4CABBD is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB76171189-
CMYK0.600.1000.26
HSL189.56º46.12%51.96%-
HSV(B)189.56º59.79%74.12%-
XYZ26.7334.3453.36-
YUV144.65153.0379.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.43%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=17.43%
G=39.22%
B=43.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761711890.600.1000.26189.5646.1251.96
Hex4CABBD3CA01Abe2e34
Octal11425327574120322765664
Binary10011001010101110111101111100101001101010111110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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