#4BA498

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

Shades of Cadet Blue #4BA498

Tints of Cadet Blue #4BA498

Color information

#4BA498 (or 0x4BA498) is unknown color: approx Cadet Blue. HEX triplet: 4B, A4 and 98. RGB value is (75,164,152). Sum of RGB (Red+Green+Blue) = 75+164+152=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA498 is #B45B67. Grayscale: #878787. Windows color (decimal): -11819880 or 10003531. OLE color: 10003531.

HSL color Cylindrical-coordinate representation of color #4BA498: hue angle of 171.91º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA498 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB75164152-
CMYK0.5400.070.36
HSL171.91º37.24%46.86%-
HSV(B)171.91º54.27%64.31%-
XYZ21.8430.3134.41-
YUV136.02137.0184.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.18%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=19.18%
G=41.94%
B=38.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751641520.5400.070.36171.9137.2446.86
Hex4BA498360724ac252f
Octal1132442306607442544557
Binary10010111010010010011000110110011110010010101100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,164,152); }

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

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

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

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

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

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

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