#4BA8AD

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

Shades of Cadet Blue #4BA8AD

Tints of Cadet Blue #4BA8AD

Color information

#4BA8AD (or 0x4BA8AD) is unknown color: approx Cadet Blue. HEX triplet: 4B, A8 and AD. RGB value is (75,168,173). Sum of RGB (Red+Green+Blue) = 75+168+173=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #4BA8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA8AD is #B45752. Grayscale: #8C8C8C. Windows color (decimal): -11818835 or 11380811. OLE color: 11380811.

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

Color convert

RGB75168173-
CMYK0.570.0300.32
HSL183.06º39.52%48.63%-
HSV(B)183.06º56.65%67.84%-
XYZ24.4532.5244.52-
YUV140.76146.1981.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.03%
GREEN value IS 168 (66.02% from 255) = 40.38%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=18.03%
G=40.38%
B=41.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751681730.570.0300.32183.0639.5248.63
Hex4BA8AD393020b72831
Octal1132502557130402675061
Binary1001011101010001010110111100111010000010110111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,168,173); }

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

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

 a { background-color: rgb(75,168,173); }

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

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

 span { border-color: rgb(75,168,173); }

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