#4CAAD1

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

Shades of Viking #4CAAD1

Tints of Viking #4CAAD1

Color information

#4CAAD1 (or 0x4CAAD1) is unknown color: approx Viking. HEX triplet: 4C, AA and D1. RGB value is (76,170,209). Sum of RGB (Red+Green+Blue) = 76+170+209=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #4CAAD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAAD1 is #B3552E. Grayscale: #929292. Windows color (decimal): -11752751 or 13740620. OLE color: 13740620.

HSL color Cylindrical-coordinate representation of color #4CAAD1: hue angle of 197.59º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CAAD1 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB76170209-
CMYK0.640.1900.18
HSL197.59º59.11%55.88%-
HSV(B)197.59º63.64%81.96%-
XYZ28.8634.8965.53-
YUV146.34163.3677.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.70%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=16.70%
G=37.36%
B=45.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal761702090.640.1900.18197.5959.1155.88
Hex4CAAD14013012c63b38
Octal114252321100230223067370
Binary1001100101010101101000110000001001101001011000110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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