#4BABAB

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

Shades of Cadet Blue #4BABAB

Tints of Cadet Blue #4BABAB

Color information

#4BABAB (or 0x4BABAB) is unknown color: approx Cadet Blue. HEX triplet: 4B, AB and AB. RGB value is (75,171,171). Sum of RGB (Red+Green+Blue) = 75+171+171=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #4BABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BABAB is #B45454. Grayscale: #8E8E8E. Windows color (decimal): -11818069 or 11250507. OLE color: 11250507.

HSL color Cylindrical-coordinate representation of color #4BABAB: hue angle of 180º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BABAB is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB75171171-
CMYK0.56000.33
HSL180º39.02%48.24%-
HSV(B)180º56.14%67.06%-
XYZ24.8233.5643.7-
YUV142.3144.280-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.99%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=17.99%
G=41.01%
B=41.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751711710.56000.3318039.0248.24
Hex4BABAB380021b42730
Octal1132532537000412644760
Binary100101110101011101010111110000010000110110100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,171,171); }

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

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

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

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

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

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

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