Html Css Color HEX #47959A Blue Chill

📋 copy color: '#47959A'

red 71 ◦ green 149 ◦ blue 154

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

Shades of Blue Chill #47959A

Tints of Blue Chill #47959A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

 BLUE value IS 154 (60.55% from 255) = 41.18%

R = 18.98%
G = 39.84%
B = 41.18%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47959A (or 0x47959A) is known color: Blue Chill. HEX triplet: 47, 95 and 9A. RGB value is (71,149,154). Sum of RGB (Red+Green+Blue) = 71+149+154=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #47959A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47959A is #B86A65. Grayscale: #7E7E7E. Windows color (decimal): -12085862 or 10130759. OLE color: 10130759.

HSL color Cylindrical-coordinate representation of color #47959A: hue angle of 183.61º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47959A is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 149 154 -
CMYK 0.54 0.03 0 0.40
HSL 183.61º 0.37% 0.44% -
HSV(B) 183.61º 0.54% 0.6% -
XYZ 19.18 25.17 34.42 -
YUV 126.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 71 149 154 0.54 0.03 0 0.40 183.61 0.37 0.44
Hex 47 95 9A 36 3 0 28 B8 25 2C
Octal 107 225 232 66 3 0 50 270 45 54
Binary 1000111 10010101 10011010 110110 11 0 101000 10111000 100101 101100

Color Harmonies of #47959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47959A

Black with #47959A

Text Example


Text Example

White with #47959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47959A; }

 p { color: rgb(71,149,154); }

 H1.HeaderClassName
 {
   color: #47959A;
 }
 .AnyTagClassName
 {
   color: #47959A;
 }
</style>

background-color css

<style>
 a { background-color: #47959A; }

 a { background-color: rgb(71,149,154); }

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

border-color css

<style>
 span { border-color: #47959A; }

 span { border-color: rgb(71,149,154); }

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