#4BA79B

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

Shades of Cadet Blue #4BA79B

Tints of Cadet Blue #4BA79B

Color information

#4BA79B (or 0x4BA79B) is unknown color: approx Cadet Blue. HEX triplet: 4B, A7 and 9B. RGB value is (75,167,155). Sum of RGB (Red+Green+Blue) = 75+167+155=397 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.89% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA79B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA79B is #B45864. Grayscale: #8A8A8A. Windows color (decimal): -11819109 or 10200907. OLE color: 10200907.

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

Color convert

RGB75167155-
CMYK0.5500.070.35
HSL172.17º38.02%47.45%-
HSV(B)172.17º55.09%65.49%-
XYZ22.6431.535.9-
YUV138.12137.5282.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.89%
GREEN value IS 167 (65.62% from 255) = 42.07%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=18.89%
G=42.07%
B=39.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751671550.5500.070.35172.1738.0247.45
Hex4BA79B370723ac262f
Octal1132472336707432544657
Binary10010111010011110011011110111011110001110101100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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