#4BA699

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

Shades of Cadet Blue #4BA699

Tints of Cadet Blue #4BA699

Color information

#4BA699 (or 0x4BA699) is unknown color: approx Cadet Blue. HEX triplet: 4B, A6 and 99. RGB value is (75,166,153). Sum of RGB (Red+Green+Blue) = 75+166+153=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA699 is #B45966. Grayscale: #898989. Windows color (decimal): -11819367 or 10069579. OLE color: 10069579.

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

Color convert

RGB75166153-
CMYK0.5500.080.35
HSL171.43º37.76%47.25%-
HSV(B)171.43º54.82%65.1%-
XYZ22.2931.0734.96-
YUV137.31136.8583.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.04%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=19.04%
G=42.13%
B=38.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751661530.5500.080.35171.4337.7647.25
Hex4BA699370823ab262f
Octal11324623167010432534657
Binary100101110100110100110011101110100010001110101011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,166,153); }

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

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

 a { background-color: rgb(75,166,153); }

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

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

 span { border-color: rgb(75,166,153); }

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