Html Css Color HEX #4CAACE Viking

📋 copy color: '#4CAACE'

red 76 ◦ green 170 ◦ blue 206

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

Shades of Viking #4CAACE

Tints of Viking #4CAACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.61%

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

R = 16.81%
G = 37.61%
B = 45.58%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CAACE (or 0x4CAACE) is known color: Viking. HEX triplet: 4C, AA and CE. RGB value is (76,170,206). Sum of RGB (Red+Green+Blue) = 76+170+206=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAACE is #B35531. Grayscale: #919191. Windows color (decimal): -11752754 or 13544012. OLE color: 13544012.

HSL color Cylindrical-coordinate representation of color #4CAACE: hue angle of 196.62º 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 #4CAACE is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 170 206 -
CMYK 0.63 0.17 0 0.19
HSL 196.62º 0.57% 0.55% -
HSV(B) 196.62º 0.63% 0.81% -
XYZ 28.5 34.74 63.6 -
YUV 146 161.86 78.07 -
System Red Green Blue C M Y K H S L
Decimal 76 170 206 0.63 0.17 0 0.19 196.62 0.57 0.55
Hex 4C AA CE 3F 11 0 13 C5 39 37
Octal 114 252 316 77 21 0 23 305 71 67
Binary 1001100 10101010 11001110 111111 10001 0 10011 11000101 111001 110111

Color Harmonies of #4CAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAACE

Black with #4CAACE

Text Example


Text Example

White with #4CAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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