Html Css Color HEX #4CAAB2 Viking

📋 copy color: '#4CAAB2'

red 76 ◦ green 170 ◦ blue 178

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

Shades of Viking #4CAAB2

Tints of Viking #4CAAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.98%

R = 17.92%
G = 40.09%
B = 41.98%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4CAAB2 (or 0x4CAAB2) is known color: Viking. HEX triplet: 4C, AA and B2. RGB value is (76,170,178). Sum of RGB (Red+Green+Blue) = 76+170+178=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 178 - color contains mainly: blue. Hex color #4CAAB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAAB2 is #B3554D. Grayscale: #8E8E8E. Windows color (decimal): -11752782 or 11709004. OLE color: 11709004.

HSL color Cylindrical-coordinate representation of color #4CAAB2: hue angle of 184.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAAB2 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 76 170 178 -
CMYK 0.57 0.04 0 0.30
HSL 184.71º 0.4% 0.5% -
HSV(B) 184.71º 0.57% 0.7% -
XYZ 25.39 33.5 47.25 -
YUV 142.81 147.86 80.35 -
System Red Green Blue C M Y K H S L
Decimal 76 170 178 0.57 0.04 0 0.30 184.71 0.4 0.5
Hex 4C AA B2 39 4 0 1E B9 28 32
Octal 114 252 262 71 4 0 36 271 50 62
Binary 1001100 10101010 10110010 111001 100 0 11110 10111001 101000 110010

Color Harmonies of #4CAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAAB2

Black with #4CAAB2

Text Example


Text Example

White with #4CAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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