#4D9F98

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

Shades of Cadet Blue #4D9F98

Tints of Cadet Blue #4D9F98

Color information

#4D9F98 (or 0x4D9F98) is unknown color: approx Cadet Blue. HEX triplet: 4D, 9F and 98. RGB value is (77,159,152). Sum of RGB (Red+Green+Blue) = 77+159+152=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9F98 is #B26067. Grayscale: #858585. Windows color (decimal): -11690088 or 10002253. OLE color: 10002253.

HSL color Cylindrical-coordinate representation of color #4D9F98: hue angle of 174.88º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D9F98 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB77159152-
CMYK0.5200.040.38
HSL174.88º34.75%46.27%-
HSV(B)174.88º51.57%62.35%-
XYZ21.1328.6434.12-
YUV133.68138.3387.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.85%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=19.85%
G=40.98%
B=39.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771591520.5200.040.38174.8834.7546.27
Hex4D9F98340426af232e
Octal1152372306404462574356
Binary10011011001111110011000110100010010011010101111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,159,152); }

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

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

 a { background-color: rgb(77,159,152); }

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

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

 span { border-color: rgb(77,159,152); }

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