Html Css Color HEX #4CA5CE Viking

📋 copy color: '#4CA5CE'

red 76 ◦ green 165 ◦ blue 206

#4CA5CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4CA5CE

Tints of Viking #4CA5CE

RGB

 RED value IS 76 (30.08% from 255) = 17%

 GREEN value IS 165 (64.84% from 255) = 36.91%

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 17%
G = 36.91%
B = 46.09%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CA5CE (or 0x4CA5CE) is known color: Viking. HEX triplet: 4C, A5 and CE. RGB value is (76,165,206). Sum of RGB (Red+Green+Blue) = 76+165+206=447 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.00% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CA5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA5CE is #B35A31. Grayscale: #8E8E8E. Windows color (decimal): -11754034 or 13542732. OLE color: 13542732.

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

Color convert

RGB 76 165 206 -
CMYK 0.63 0.20 0 0.19
HSL 198.92º 0.57% 0.55% -
HSV(B) 198.92º 0.63% 0.81% -
XYZ 27.58 32.9 63.29 -
YUV 143.06 163.51 80.17 -
System Red Green Blue C M Y K H S L
Decimal 76 165 206 0.63 0.20 0 0.19 198.92 0.57 0.55
Hex 4C A5 CE 3F 14 0 13 C7 39 37
Octal 114 245 316 77 24 0 23 307 71 67
Binary 1001100 10100101 11001110 111111 10100 0 10011 11000111 111001 110111

Color Harmonies of #4CA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA5CE

Black with #4CA5CE

Text Example


Text Example

White with #4CA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CA5CE;
 }
 .AnyTagClassName
 {
   color: #4CA5CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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