#4CAAB7

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

Shades of Viking #4CAAB7

Tints of Viking #4CAAB7

Color information

#4CAAB7 (or 0x4CAAB7) is unknown color: approx Viking. HEX triplet: 4C, AA and B7. RGB value is (76,170,183). Sum of RGB (Red+Green+Blue) = 76+170+183=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 183 - color contains mainly: blue. Hex color #4CAAB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAAB7 is #B35548. Grayscale: #8F8F8F. Windows color (decimal): -11752777 or 12036684. OLE color: 12036684.

HSL color Cylindrical-coordinate representation of color #4CAAB7: hue angle of 187.29º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CAAB7 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB76170183-
CMYK0.580.0700.28
HSL187.29º42.63%50.78%-
HSV(B)187.29º58.47%71.76%-
XYZ25.933.749.94-
YUV143.38150.3679.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.72%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 183 (71.88% from 255) = 42.66%
R=17.72%
G=39.63%
B=42.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal761701830.580.0700.28187.2942.6350.78
Hex4CAAB73A701Cbb2b33
Octal1142522677270342735363
Binary1001100101010101011011111101011101110010111011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,170,183); }

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

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

 a { background-color: rgb(76,170,183); }

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

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

 span { border-color: rgb(76,170,183); }

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