#4AA8AB

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

Shades of Cadet Blue #4AA8AB

Tints of Cadet Blue #4AA8AB

Color information

#4AA8AB (or 0x4AA8AB) is unknown color: approx Cadet Blue. HEX triplet: 4A, A8 and AB. RGB value is (74,168,171). Sum of RGB (Red+Green+Blue) = 74+168+171=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #4AA8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA8AB is #B55754. Grayscale: #8C8C8C. Windows color (decimal): -11884373 or 11249738. OLE color: 11249738.

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

Color convert

RGB74168171-
CMYK0.570.0200.33
HSL181.86º39.59%48.04%-
HSV(B)181.86º56.73%67.06%-
XYZ24.1832.443.51-
YUV140.24145.3680.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.92%
GREEN value IS 168 (66.02% from 255) = 40.68%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=17.92%
G=40.68%
B=41.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741681710.570.0200.33181.8639.5948.04
Hex4AA8AB392021b62830
Octal1122502537120412665060
Binary1001010101010001010101111100110010000110110110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,168,171); }

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

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

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

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

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

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

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