Html Css Color HEX #47958F Blue Chill

📋 copy color: '#47958F'

red 71 ◦ green 149 ◦ blue 143

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

Shades of Blue Chill #47958F

Tints of Blue Chill #47958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 19.56%
G = 41.05%
B = 39.39%

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

#47958F (or 0x47958F) is known color: Blue Chill. HEX triplet: 47, 95 and 8F. RGB value is (71,149,143). Sum of RGB (Red+Green+Blue) = 71+149+143=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #47958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47958F is #B86A70. Grayscale: #7C7C7C. Windows color (decimal): -12085873 or 9409863. OLE color: 9409863.

HSL color Cylindrical-coordinate representation of color #47958F: hue angle of 175.38º 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 #47958F is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 143 -
CMYK 0.52 0 0.04 0.42
HSL 175.38º 0.35% 0.43% -
HSV(B) 175.38º 0.52% 0.58% -
XYZ 18.3 24.82 29.81 -
YUV 124.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 71 149 143 0.52 0 0.04 0.42 175.38 0.35 0.43
Hex 47 95 8F 34 0 4 2A AF 23 2B
Octal 107 225 217 64 0 4 52 257 43 53
Binary 1000111 10010101 10001111 110100 0 100 101010 10101111 100011 101011

Color Harmonies of #47958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47958F

Black with #47958F

Text Example


Text Example

White with #47958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47958F; }

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

 H1.HeaderClassName
 {
   color: #47958F;
 }
 .AnyTagClassName
 {
   color: #47958F;
 }
</style>

background-color css

<style>
 a { background-color: #47958F; }

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

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

border-color css

<style>
 span { border-color: #47958F; }

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

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