Html Css Color HEX #47A49F Cadet Blue

📋 copy color: '#47A49F'

red 71 ◦ green 164 ◦ blue 159

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

Shades of Cadet Blue #47A49F

Tints of Cadet Blue #47A49F

RGB

 RED value IS 71 (28.13% from 255) = 18.02%

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

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 18.02%
G = 41.62%
B = 40.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#47A49F (or 0x47A49F) is known color: Cadet Blue. HEX triplet: 47, A4 and 9F. RGB value is (71,164,159). Sum of RGB (Red+Green+Blue) = 71+164+159=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #47A49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A49F is #B85B60. Grayscale: #878787. Windows color (decimal): -12082017 or 10462279. OLE color: 10462279.

HSL color Cylindrical-coordinate representation of color #47A49F: hue angle of 176.77º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A49F is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 164 159 -
CMYK 0.57 0 0.03 0.36
HSL 176.77º 0.4% 0.46% -
HSV(B) 176.77º 0.57% 0.64% -
XYZ 22.13 30.39 37.5 -
YUV 135.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 71 164 159 0.57 0 0.03 0.36 176.77 0.4 0.46
Hex 47 A4 9F 39 0 3 24 B1 28 2E
Octal 107 244 237 71 0 3 44 261 50 56
Binary 1000111 10100100 10011111 111001 0 11 100100 10110001 101000 101110

Color Harmonies of #47A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A49F

Black with #47A49F

Text Example


Text Example

White with #47A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A49F; }

 p { color: rgb(71,164,159); }

 H1.HeaderClassName
 {
   color: #47A49F;
 }
 .AnyTagClassName
 {
   color: #47A49F;
 }
</style>

background-color css

<style>
 a { background-color: #47A49F; }

 a { background-color: rgb(71,164,159); }

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

border-color css

<style>
 span { border-color: #47A49F; }

 span { border-color: rgb(71,164,159); }

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