Html Css Color HEX #47928E Blue Chill

📋 copy color: '#47928E'

red 71 ◦ green 146 ◦ blue 142

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

Shades of Blue Chill #47928E

Tints of Blue Chill #47928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

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

R = 19.78%
G = 40.67%
B = 39.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#47928E (or 0x47928E) is known color: Blue Chill. HEX triplet: 47, 92 and 8E. RGB value is (71,146,142). Sum of RGB (Red+Green+Blue) = 71+146+142=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #47928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47928E is #B86D71. Grayscale: #7B7B7B. Windows color (decimal): -12086642 or 9343559. OLE color: 9343559.

HSL color Cylindrical-coordinate representation of color #47928E: hue angle of 176.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47928E is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 146 142 -
CMYK 0.51 0 0.03 0.43
HSL 176.8º 0.35% 0.43% -
HSV(B) 176.8º 0.51% 0.57% -
XYZ 17.76 23.85 29.26 -
YUV 123.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 71 146 142 0.51 0 0.03 0.43 176.8 0.35 0.43
Hex 47 92 8E 33 0 3 2B B1 23 2B
Octal 107 222 216 63 0 3 53 261 43 53
Binary 1000111 10010010 10001110 110011 0 11 101011 10110001 100011 101011

Color Harmonies of #47928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47928E

Black with #47928E

Text Example


Text Example

White with #47928E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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