Html Css Color HEX #47888E Blue Chill

📋 copy color: '#47888E'

red 71 ◦ green 136 ◦ blue 142

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

Shades of Blue Chill #47888E

Tints of Blue Chill #47888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.97%

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 20.34%
G = 38.97%
B = 40.69%

CMYK

 C value IS 0.5

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47888E (or 0x47888E) is known color: Blue Chill. HEX triplet: 47, 88 and 8E. RGB value is (71,136,142). Sum of RGB (Red+Green+Blue) = 71+136+142=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #47888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47888E is #B87771. Grayscale: #757575. Windows color (decimal): -12089202 or 9340999. OLE color: 9340999.

HSL color Cylindrical-coordinate representation of color #47888E: hue angle of 185.07º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47888E is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 136 142 -
CMYK 0.5 0.04 0 0.44
HSL 185.07º 0.33% 0.42% -
HSV(B) 185.07º 0.5% 0.56% -
XYZ 16.29 20.9 28.77 -
YUV 117.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 71 136 142 0.5 0.04 0 0.44 185.07 0.33 0.42
Hex 47 88 8E 32 4 0 2C B9 21 2A
Octal 107 210 216 62 4 0 54 271 41 52
Binary 1000111 10001000 10001110 110010 100 0 101100 10111001 100001 101010

Color Harmonies of #47888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47888E

Black with #47888E

Text Example


Text Example

White with #47888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47888E; }

 p { color: rgb(71,136,142); }

 H1.HeaderClassName
 {
   color: #47888E;
 }
 .AnyTagClassName
 {
   color: #47888E;
 }
</style>

background-color css

<style>
 a { background-color: #47888E; }

 a { background-color: rgb(71,136,142); }

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

border-color css

<style>
 span { border-color: #47888E; }

 span { border-color: rgb(71,136,142); }

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