Html Css Color HEX #4FA9A5 Cadet Blue

📋 copy color: '#4FA9A5'

red 79 ◦ green 169 ◦ blue 165

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

Shades of Cadet Blue #4FA9A5

Tints of Cadet Blue #4FA9A5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.92%

 BLUE value IS 165 (64.84% from 255) = 39.95%

R = 19.13%
G = 40.92%
B = 39.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#4FA9A5 (or 0x4FA9A5) is known color: Cadet Blue. HEX triplet: 4F, A9 and A5. RGB value is (79,169,165). Sum of RGB (Red+Green+Blue) = 79+169+165=413 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.13% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA9A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA9A5 is #B0565A. Grayscale: #8D8D8D. Windows color (decimal): -11556443 or 10856783. OLE color: 10856783.

HSL color Cylindrical-coordinate representation of color #4FA9A5: hue angle of 177.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA9A5 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 79 169 165 -
CMYK 0.53 0 0.02 0.34
HSL 177.33º 0.36% 0.49% -
HSV(B) 177.33º 0.53% 0.66% -
XYZ 24.2 32.75 40.64 -
YUV 141.63 141.18 83.33 -
System Red Green Blue C M Y K H S L
Decimal 79 169 165 0.53 0 0.02 0.34 177.33 0.36 0.49
Hex 4F A9 A5 35 0 2 22 B1 24 31
Octal 117 251 245 65 0 2 42 261 44 61
Binary 1001111 10101001 10100101 110101 0 10 100010 10110001 100100 110001

Color Harmonies of #4FA9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA9A5

Black with #4FA9A5

Text Example


Text Example

White with #4FA9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,169,165); }

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

background-color css

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

 a { background-color: rgb(79,169,165); }

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

border-color css

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

 span { border-color: rgb(79,169,165); }

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