#4AAAAA

Color #4AAAAA Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #4AAAAA

Tints of Cadet Blue #4AAAAA

Color information

#4AAAAA (or 0x4AAAAA) is unknown color: approx 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

RGB74170170-
CMYK0.56000.33
HSL180º39.34%47.84%-
HSV(B)180º56.47%66.67%-
XYZ24.4533.1143.13-
YUV141.3144.280-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.87%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=17.87%
G=41.06%
B=41.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741701700.56000.3318039.3447.84
Hex4AAAAA380021b42730
Octal1122522527000412644760
Binary100101010101010101010101110000010000110110100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>