Html Css Color HEX #4FA5A4 Cadet Blue

📋 copy color: '#4FA5A4'

red 79 ◦ green 165 ◦ blue 164

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

Shades of Cadet Blue #4FA5A4

Tints of Cadet Blue #4FA5A4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

 BLUE value IS 164 (64.45% from 255) = 40.2%

R = 19.36%
G = 40.44%
B = 40.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#4FA5A4 (or 0x4FA5A4) is known color: Cadet Blue. HEX triplet: 4F, A5 and A4. RGB value is (79,165,164). Sum of RGB (Red+Green+Blue) = 79+165+164=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA5A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA5A4 is #B05A5B. Grayscale: #8B8B8B. Windows color (decimal): -11557468 or 10790223. OLE color: 10790223.

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

Color convert

RGB 79 165 164 -
CMYK 0.52 0 0.01 0.35
HSL 179.3º 0.35% 0.48% -
HSV(B) 179.3º 0.52% 0.65% -
XYZ 23.38 31.25 39.92 -
YUV 139.17 142.01 85.08 -
System Red Green Blue C M Y K H S L
Decimal 79 165 164 0.52 0 0.01 0.35 179.3 0.35 0.48
Hex 4F A5 A4 34 0 1 23 B3 23 30
Octal 117 245 244 64 0 1 43 263 43 60
Binary 1001111 10100101 10100100 110100 0 1 100011 10110011 100011 110000

Color Harmonies of #4FA5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA5A4

Black with #4FA5A4

Text Example


Text Example

White with #4FA5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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