#4CA7D0

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

Shades of Viking #4CA7D0

Tints of Viking #4CA7D0

Color information

#4CA7D0 (or 0x4CA7D0) is unknown color: approx Viking. HEX triplet: 4C, A7 and D0. RGB value is (76,167,208). Sum of RGB (Red+Green+Blue) = 76+167+208=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #4CA7D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA7D0 is #B3582F. Grayscale: #909090. Windows color (decimal): -11753520 or 13674316. OLE color: 13674316.

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

Color convert

RGB76167208-
CMYK0.630.2000.18
HSL198.64º58.41%55.69%-
HSV(B)198.64º63.46%81.57%-
XYZ28.1833.7364.7-
YUV144.46163.8579.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.85%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 208 (81.64% from 255) = 46.12%
R=16.85%
G=37.03%
B=46.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal761672080.630.2000.18198.6458.4155.69
Hex4CA7D03F14012c73a38
Octal11424732077240223077270
Binary100110010100111110100001111111010001001011000111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,167,208); }

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

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

 a { background-color: rgb(76,167,208); }

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

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

 span { border-color: rgb(76,167,208); }

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