#4BA2A5

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

Shades of Cadet Blue #4BA2A5

Tints of Cadet Blue #4BA2A5

Color information

#4BA2A5 (or 0x4BA2A5) is unknown color: approx Cadet Blue. HEX triplet: 4B, A2 and A5. RGB value is (75,162,165). Sum of RGB (Red+Green+Blue) = 75+162+165=402 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.66% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #4BA2A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA2A5 is #B45D5A. Grayscale: #888888. Windows color (decimal): -11820379 or 10854987. OLE color: 10854987.

HSL color Cylindrical-coordinate representation of color #4BA2A5: hue angle of 182º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA2A5 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB75162165-
CMYK0.550.0200.35
HSL182º37.5%47.06%-
HSV(B)182º54.55%64.71%-
XYZ22.6130.0540.21-
YUV136.33144.1884.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.66%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 165 (64.84% from 255) = 41.04%
R=18.66%
G=40.30%
B=41.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751621650.550.0200.3518237.547.06
Hex4BA2A5372023b6252f
Octal1132422456720432664557
Binary1001011101000101010010111011110010001110110110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,162,165); }

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

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

 a { background-color: rgb(75,162,165); }

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

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

 span { border-color: rgb(75,162,165); }

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