Html Css Color HEX #47888D Blue Chill

📋 copy color: '#47888D'

red 71 ◦ green 136 ◦ blue 141

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

Shades of Blue Chill #47888D

Tints of Blue Chill #47888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 20.4%
G = 39.08%
B = 40.52%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47888D (or 0x47888D) is known color: Blue Chill. HEX triplet: 47, 88 and 8D. RGB value is (71,136,141). Sum of RGB (Red+Green+Blue) = 71+136+141=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #47888D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47888D is #B87772. Grayscale: #757575. Windows color (decimal): -12089203 or 9275463. OLE color: 9275463.

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

Color convert

RGB 71 136 141 -
CMYK 0.50 0.04 0 0.45
HSL 184.29º 0.33% 0.42% -
HSV(B) 184.29º 0.5% 0.55% -
XYZ 16.21 20.87 28.37 -
YUV 117.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 71 136 141 0.50 0.04 0 0.45 184.29 0.33 0.42
Hex 47 88 8D 32 4 0 2D B8 21 2A
Octal 107 210 215 62 4 0 55 270 41 52
Binary 1000111 10001000 10001101 110010 100 0 101101 10111000 100001 101010

Color Harmonies of #47888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47888D

Black with #47888D

Text Example


Text Example

White with #47888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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