#4BA79E

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

Shades of Cadet Blue #4BA79E

Tints of Cadet Blue #4BA79E

Color information

#4BA79E (or 0x4BA79E) is unknown color: approx Cadet Blue. HEX triplet: 4B, A7 and 9E. RGB value is (75,167,158). Sum of RGB (Red+Green+Blue) = 75+167+158=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA79E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA79E is #B45861. Grayscale: #8A8A8A. Windows color (decimal): -11819106 or 10397515. OLE color: 10397515.

HSL color Cylindrical-coordinate representation of color #4BA79E: hue angle of 174.13º degrees, saturation: 0.38, 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 #4BA79E is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB75167158-
CMYK0.5500.050.35
HSL174.13º38.02%47.45%-
HSV(B)174.13º55.09%65.49%-
XYZ22.8931.637.24-
YUV138.47139.0282.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.75%
GREEN value IS 167 (65.62% from 255) = 41.75%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=18.75%
G=41.75%
B=39.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751671580.5500.050.35174.1338.0247.45
Hex4BA79E370523ae262f
Octal1132472366705432564657
Binary10010111010011110011110110111010110001110101110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,167,158); }

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

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

 a { background-color: rgb(75,167,158); }

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

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

 span { border-color: rgb(75,167,158); }

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