#4CA6D0

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

Shades of Viking #4CA6D0

Tints of Viking #4CA6D0

Color information

#4CA6D0 (or 0x4CA6D0) is unknown color: approx Viking. HEX triplet: 4C, A6 and D0. RGB value is (76,166,208). Sum of RGB (Red+Green+Blue) = 76+166+208=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #4CA6D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA6D0 is #B3592F. Grayscale: #8F8F8F. Windows color (decimal): -11753776 or 13674060. OLE color: 13674060.

HSL color Cylindrical-coordinate representation of color #4CA6D0: hue angle of 199.09º 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 #4CA6D0 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB76166208-
CMYK0.630.2000.18
HSL199.09º58.41%55.69%-
HSV(B)199.09º63.46%81.57%-
XYZ2833.3664.64-
YUV143.88164.1879.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.89%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 208 (81.64% from 255) = 46.22%
R=16.89%
G=36.89%
B=46.22%

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
Decimal761662080.630.2000.18199.0958.4155.69
Hex4CA6D03F14012c73a38
Octal11424632077240223077270
Binary100110010100110110100001111111010001001011000111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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