Html Css Color HEX #4FA49D Cadet Blue

📋 copy color: '#4FA49D'

red 79 ◦ green 164 ◦ blue 157

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

Shades of Cadet Blue #4FA49D

Tints of Cadet Blue #4FA49D

RGB

 RED value IS 79 (31.25% from 255) = 19.75%

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

 BLUE value IS 157 (61.72% from 255) = 39.25%

R = 19.75%
G = 41%
B = 39.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#4FA49D (or 0x4FA49D) is known color: Cadet Blue. HEX triplet: 4F, A4 and 9D. RGB value is (79,164,157). Sum of RGB (Red+Green+Blue) = 79+164+157=400 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA49D is #B05B62. Grayscale: #898989. Windows color (decimal): -11557731 or 10331215. OLE color: 10331215.

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

Color convert

RGB 79 164 157 -
CMYK 0.52 0 0.04 0.36
HSL 175.06º 0.35% 0.48% -
HSV(B) 175.06º 0.52% 0.64% -
XYZ 22.59 30.65 36.62 -
YUV 137.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 79 164 157 0.52 0 0.04 0.36 175.06 0.35 0.48
Hex 4F A4 9D 34 0 4 24 AF 23 30
Octal 117 244 235 64 0 4 44 257 43 60
Binary 1001111 10100100 10011101 110100 0 100 100100 10101111 100011 110000

Color Harmonies of #4FA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA49D

Black with #4FA49D

Text Example


Text Example

White with #4FA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,164,157); }

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

background-color css

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

 a { background-color: rgb(79,164,157); }

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

border-color css

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

 span { border-color: rgb(79,164,157); }

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