#4CA3C6

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

Shades of Viking #4CA3C6

Tints of Viking #4CA3C6

Color information

#4CA3C6 (or 0x4CA3C6) is unknown color: approx Viking. HEX triplet: 4C, A3 and C6. RGB value is (76,163,198). Sum of RGB (Red+Green+Blue) = 76+163+198=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #4CA3C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA3C6 is #B35C39. Grayscale: #8C8C8C. Windows color (decimal): -11754554 or 13017932. OLE color: 13017932.

HSL color Cylindrical-coordinate representation of color #4CA3C6: hue angle of 197.21º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CA3C6 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB76163198-
CMYK0.620.1800.22
HSL197.21º51.69%53.73%-
HSV(B)197.21º61.62%77.65%-
XYZ26.2731.8158.18-
YUV140.98160.1881.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.39%
GREEN value IS 163 (64.06% from 255) = 37.30%
BLUE value IS 198 (77.73% from 255) = 45.31%
R=17.39%
G=37.30%
B=45.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761631980.620.1800.22197.2151.6953.73
Hex4CA3C63E12016c53436
Octal11424330676220263056466
Binary100110010100011110001101111101001001011011000101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,163,198); }

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

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

 a { background-color: rgb(76,163,198); }

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

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

 span { border-color: rgb(76,163,198); }

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