#4AA6AE

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

Shades of Cadet Blue #4AA6AE

Tints of Cadet Blue #4AA6AE

Color information

#4AA6AE (or 0x4AA6AE) is unknown color: approx Cadet Blue. HEX triplet: 4A, A6 and AE. RGB value is (74,166,174). Sum of RGB (Red+Green+Blue) = 74+166+174=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #4AA6AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA6AE is #B55951. Grayscale: #8B8B8B. Windows color (decimal): -11884882 or 11445834. OLE color: 11445834.

HSL color Cylindrical-coordinate representation of color #4AA6AE: hue angle of 184.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AA6AE is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB74166174-
CMYK0.570.0500.32
HSL184.8º40.32%48.63%-
HSV(B)184.8º57.47%68.24%-
XYZ24.131.7844.91-
YUV139.4147.5281.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.87%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=17.87%
G=40.10%
B=42.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal741661740.570.0500.32184.840.3248.63
Hex4AA6AE395020b92831
Octal1122462567150402715061
Binary10010101010011010101110111001101010000010111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,166,174); }

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

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

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

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

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

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

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