#4AA7AC

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

Shades of Cadet Blue #4AA7AC

Tints of Cadet Blue #4AA7AC

Color information

#4AA7AC (or 0x4AA7AC) is unknown color: approx Cadet Blue. HEX triplet: 4A, A7 and AC. RGB value is (74,167,172). Sum of RGB (Red+Green+Blue) = 74+167+172=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #4AA7AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA7AC is #B55853. Grayscale: #8B8B8B. Windows color (decimal): -11884628 or 11315018. OLE color: 11315018.

HSL color Cylindrical-coordinate representation of color #4AA7AC: hue angle of 183.06º 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 #4AA7AC is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB74167172-
CMYK0.570.0300.33
HSL183.06º39.84%48.24%-
HSV(B)183.06º56.98%67.45%-
XYZ24.0932.0743.95-
YUV139.76146.1981.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.92%
GREEN value IS 167 (65.62% from 255) = 40.44%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=17.92%
G=40.44%
B=41.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741671720.570.0300.33183.0639.8448.24
Hex4AA7AC393021b72830
Octal1122472547130412675060
Binary1001010101001111010110011100111010000110110111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,167,172); }

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

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

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

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

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

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

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