#4CA8CD

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

Shades of Viking #4CA8CD

Tints of Viking #4CA8CD

Color information

#4CA8CD (or 0x4CA8CD) is unknown color: approx Viking. HEX triplet: 4C, A8 and CD. RGB value is (76,168,205). Sum of RGB (Red+Green+Blue) = 76+168+205=449 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.93% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CA8CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA8CD is #B35732. Grayscale: #909090. Windows color (decimal): -11753267 or 13477964. OLE color: 13477964.

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

Color convert

RGB76168205-
CMYK0.630.1800.20
HSL197.21º56.33%55.1%-
HSV(B)197.21º62.93%80.39%-
XYZ2833.9562.83-
YUV144.71162.0278.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.93%
GREEN value IS 168 (66.02% from 255) = 37.42%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=16.93%
G=37.42%
B=45.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761682050.630.1800.20197.2156.3355.1
Hex4CA8CD3F12014c53837
Octal11425031577220243057067
Binary100110010101000110011011111111001001010011000101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,168,205); }

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

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

 a { background-color: rgb(76,168,205); }

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

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

 span { border-color: rgb(76,168,205); }

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