Html Css Color HEX #47948E Blue Chill

📋 copy color: '#47948E'

red 71 ◦ green 148 ◦ blue 142

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

Shades of Blue Chill #47948E

Tints of Blue Chill #47948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 19.67%
G = 41%
B = 39.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#47948E (or 0x47948E) is known color: Blue Chill. HEX triplet: 47, 94 and 8E. RGB value is (71,148,142). Sum of RGB (Red+Green+Blue) = 71+148+142=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #47948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47948E is #B86B71. Grayscale: #7C7C7C. Windows color (decimal): -12086130 or 9344071. OLE color: 9344071.

HSL color Cylindrical-coordinate representation of color #47948E: hue angle of 175.32º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47948E is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 142 -
CMYK 0.52 0 0.04 0.42
HSL 175.32º 0.35% 0.43% -
HSV(B) 175.32º 0.52% 0.58% -
XYZ 18.07 24.47 29.36 -
YUV 124.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 71 148 142 0.52 0 0.04 0.42 175.32 0.35 0.43
Hex 47 94 8E 34 0 4 2A AF 23 2B
Octal 107 224 216 64 0 4 52 257 43 53
Binary 1000111 10010100 10001110 110100 0 100 101010 10101111 100011 101011

Color Harmonies of #47948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47948E

Black with #47948E

Text Example


Text Example

White with #47948E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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