Html Css Color HEX #4CA6C8 Viking

📋 copy color: '#4CA6C8'

red 76 ◦ green 166 ◦ blue 200

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

Shades of Viking #4CA6C8

Tints of Viking #4CA6C8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.56%

 BLUE value IS 200 (78.52% from 255) = 45.25%

R = 17.19%
G = 37.56%
B = 45.25%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4CA6C8 (or 0x4CA6C8) is known color: Viking. HEX triplet: 4C, A6 and C8. RGB value is (76,166,200). Sum of RGB (Red+Green+Blue) = 76+166+200=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #4CA6C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA6C8 is #B35937. Grayscale: #8E8E8E. Windows color (decimal): -11753784 or 13149772. OLE color: 13149772.

HSL color Cylindrical-coordinate representation of color #4CA6C8: hue angle of 196.45º degrees, saturation: 0.53, 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 #4CA6C8 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 76 166 200 -
CMYK 0.62 0.17 0 0.22
HSL 196.45º 0.53% 0.54% -
HSV(B) 196.45º 0.62% 0.78% -
XYZ 27.04 32.98 59.58 -
YUV 142.97 160.18 80.24 -
System Red Green Blue C M Y K H S L
Decimal 76 166 200 0.62 0.17 0 0.22 196.45 0.53 0.54
Hex 4C A6 C8 3E 11 0 16 C4 35 36
Octal 114 246 310 76 21 0 26 304 65 66
Binary 1001100 10100110 11001000 111110 10001 0 10110 11000100 110101 110110

Color Harmonies of #4CA6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA6C8

Black with #4CA6C8

Text Example


Text Example

White with #4CA6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,166,200); }

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

background-color css

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

 a { background-color: rgb(76,166,200); }

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

border-color css

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

 span { border-color: rgb(76,166,200); }

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