#4D9BA5

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

Shades of Cadet Blue #4D9BA5

Tints of Cadet Blue #4D9BA5

Color information

#4D9BA5 (or 0x4D9BA5) is unknown color: approx Cadet Blue. HEX triplet: 4D, 9B and A5. RGB value is (77,155,165). Sum of RGB (Red+Green+Blue) = 77+155+165=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 165 - color contains mainly: blue. Hex color #4D9BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9BA5 is #B2645A. Grayscale: #848484. Windows color (decimal): -11691099 or 10853197. OLE color: 10853197.

HSL color Cylindrical-coordinate representation of color #4D9BA5: hue angle of 186.82º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D9BA5 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB77155165-
CMYK0.530.0600.35
HSL186.82º36.36%47.45%-
HSV(B)186.82º53.33%64.71%-
XYZ21.5727.7439.81-
YUV132.82146.1688.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.40%
GREEN value IS 155 (60.94% from 255) = 39.04%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=19.40%
G=39.04%
B=41.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal771551650.530.0600.35186.8236.3647.45
Hex4D9BA5356023bb242f
Octal1152332456560432734457
Binary10011011001101110100101110101110010001110111011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,155,165); }

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

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

 a { background-color: rgb(77,155,165); }

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

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

 span { border-color: rgb(77,155,165); }

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