#4CA5BF

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

Shades of Viking #4CA5BF

Tints of Viking #4CA5BF

Color information

#4CA5BF (or 0x4CA5BF) is unknown color: approx Viking. HEX triplet: 4C, A5 and BF. RGB value is (76,165,191). Sum of RGB (Red+Green+Blue) = 76+165+191=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #4CA5BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA5BF is #B35A40. Grayscale: #8D8D8D. Windows color (decimal): -11754049 or 12559692. OLE color: 12559692.

HSL color Cylindrical-coordinate representation of color #4CA5BF: hue angle of 193.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CA5BF is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76165191-
CMYK0.600.1400.25
HSL193.57º47.33%52.35%-
HSV(B)193.57º60.21%74.9%-
XYZ25.8432.2154.15-
YUV141.35156.0181.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.59%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 191 (75% from 255) = 44.21%
R=17.59%
G=38.19%
B=44.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761651910.600.1400.25193.5747.3352.35
Hex4CA5BF3CE019c22f34
Octal11424527774160313025764
Binary10011001010010110111111111100111001100111000010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,165,191); }

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

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

 a { background-color: rgb(76,165,191); }

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

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

 span { border-color: rgb(76,165,191); }

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