#4AA4A4

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

Shades of Cadet Blue #4AA4A4

Tints of Cadet Blue #4AA4A4

Color information

#4AA4A4 (or 0x4AA4A4) is unknown color: approx Cadet Blue. HEX triplet: 4A, A4 and A4. RGB value is (74,164,164). Sum of RGB (Red+Green+Blue) = 74+164+164=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: green, blue. Hex color #4AA4A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA4A4 is #B55B5B. Grayscale: #898989. Windows color (decimal): -11885404 or 10789962. OLE color: 10789962.

HSL color Cylindrical-coordinate representation of color #4AA4A4: hue angle of 180º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA4A4 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB74164164-
CMYK0.55000.36
HSL180º37.82%46.67%-
HSV(B)180º54.88%64.31%-
XYZ22.830.6939.84-
YUV137.09143.1883-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.41%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=18.41%
G=40.80%
B=40.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741641640.55000.3618037.8246.67
Hex4AA4A4370024b4262f
Octal1122442446700442644657
Binary100101010100100101001001101110010010010110100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AA4A4;
 }
 .AnyTagClassName
 {
   color: #4AA4A4;
 }
</style>
background-color css

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

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

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

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

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

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