#4CA7C9

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

Shades of Viking #4CA7C9

Tints of Viking #4CA7C9

Color information

#4CA7C9 (or 0x4CA7C9) is unknown color: approx Viking. HEX triplet: 4C, A7 and C9. RGB value is (76,167,201). Sum of RGB (Red+Green+Blue) = 76+167+201=444 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.12% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #4CA7C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA7C9 is #B35836. Grayscale: #8F8F8F. Windows color (decimal): -11753527 or 13215564. OLE color: 13215564.

HSL color Cylindrical-coordinate representation of color #4CA7C9: hue angle of 196.32º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CA7C9 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB76167201-
CMYK0.620.1700.21
HSL196.32º53.65%54.31%-
HSV(B)196.32º62.19%78.82%-
XYZ27.3433.3960.26-
YUV143.67160.3579.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.12%
GREEN value IS 167 (65.62% from 255) = 37.61%
BLUE value IS 201 (78.91% from 255) = 45.27%
R=17.12%
G=37.61%
B=45.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761672010.620.1700.21196.3253.6554.31
Hex4CA7C93E11015c43636
Octal11424731176210253046666
Binary100110010100111110010011111101000101010111000100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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