Html Css Color HEX #4AAAAA Cadet Blue

📋 copy color: '#4AAAAA'

red 74 ◦ green 170 ◦ blue 170

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

Shades of Cadet Blue #4AAAAA

Tints of Cadet Blue #4AAAAA

RGB

 RED value IS 74 (29.3% from 255) = 17.87%

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

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 17.87%
G = 41.06%
B = 41.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4AAAAA (or 0x4AAAAA) is known color: Cadet Blue. HEX triplet: 4A, AA and AA. RGB value is (74,170,170). Sum of RGB (Red+Green+Blue) = 74+170+170=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #4AAAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAAAA is #B55555. Grayscale: #8D8D8D. Windows color (decimal): -11883862 or 11184714. OLE color: 11184714.

HSL color Cylindrical-coordinate representation of color #4AAAAA: hue angle of 180º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAAAA is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 170 -
CMYK 0.56 0 0 0.33
HSL 180º 0.39% 0.48% -
HSV(B) 180º 0.56% 0.67% -
XYZ 24.45 33.11 43.13 -
YUV 141.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 74 170 170 0.56 0 0 0.33 180 0.39 0.48
Hex 4A AA AA 38 0 0 21 B4 27 30
Octal 112 252 252 70 0 0 41 264 47 60
Binary 1001010 10101010 10101010 111000 0 0 100001 10110100 100111 110000

Color Harmonies of #4AAAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAAAA

Black with #4AAAAA

Text Example


Text Example

White with #4AAAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,170); }

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

background-color css

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

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

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

border-color css

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

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

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