Html Css Color HEX #4DA499 Cadet Blue

📋 copy color: '#4DA499'

red 77 ◦ green 164 ◦ blue 153

#4DA499
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #4DA499

Tints of Cadet Blue #4DA499

RGB

 RED value IS 77 (30.47% from 255) = 19.54%

 GREEN value IS 164 (64.45% from 255) = 41.62%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 19.54%
G = 41.62%
B = 38.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#4DA499 (or 0x4DA499) is known color: Cadet Blue. HEX triplet: 4D, A4 and 99. RGB value is (77,164,153). Sum of RGB (Red+Green+Blue) = 77+164+153=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA499 is #B25B66. Grayscale: #888888. Windows color (decimal): -11688807 or 10069069. OLE color: 10069069.

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

Color convert

RGB 77 164 153 -
CMYK 0.53 0 0.07 0.36
HSL 172.41º 0.36% 0.47% -
HSV(B) 172.41º 0.53% 0.64% -
XYZ 22.09 30.43 34.85 -
YUV 136.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 77 164 153 0.53 0 0.07 0.36 172.41 0.36 0.47
Hex 4D A4 99 35 0 7 24 AC 24 2F
Octal 115 244 231 65 0 7 44 254 44 57
Binary 1001101 10100100 10011001 110101 0 111 100100 10101100 100100 101111

Color Harmonies of #4DA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA499

Black with #4DA499

Text Example


Text Example

White with #4DA499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,164,153); }

 H1.HeaderClassName
 {
   color: #4DA499;
 }
 .AnyTagClassName
 {
   color: #4DA499;
 }
</style>

background-color css

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

 a { background-color: rgb(77,164,153); }

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

border-color css

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

 span { border-color: rgb(77,164,153); }

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