Html Css Color HEX #4FA4AB Cadet Blue

📋 copy color: '#4FA4AB'

red 79 ◦ green 164 ◦ blue 171

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

Shades of Cadet Blue #4FA4AB

Tints of Cadet Blue #4FA4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 19.08%
G = 39.61%
B = 41.3%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4FA4AB (or 0x4FA4AB) is known color: Cadet Blue. HEX triplet: 4F, A4 and AB. RGB value is (79,164,171). Sum of RGB (Red+Green+Blue) = 79+164+171=414 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.08% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #4FA4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA4AB is #B05B54. Grayscale: #8B8B8B. Windows color (decimal): -11557717 or 11248719. OLE color: 11248719.

HSL color Cylindrical-coordinate representation of color #4FA4AB: hue angle of 184.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FA4AB is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 164 171 -
CMYK 0.54 0.04 0 0.33
HSL 184.57º 0.37% 0.49% -
HSV(B) 184.57º 0.54% 0.67% -
XYZ 23.85 31.15 43.28 -
YUV 139.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 79 164 171 0.54 0.04 0 0.33 184.57 0.37 0.49
Hex 4F A4 AB 36 4 0 21 B9 25 31
Octal 117 244 253 66 4 0 41 271 45 61
Binary 1001111 10100100 10101011 110110 100 0 100001 10111001 100101 110001

Color Harmonies of #4FA4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA4AB

Black with #4FA4AB

Text Example


Text Example

White with #4FA4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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