Html Css Color HEX #47968F Blue Chill

📋 copy color: '#47968F'

red 71 ◦ green 150 ◦ blue 143

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

Shades of Blue Chill #47968F

Tints of Blue Chill #47968F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.21%

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

R = 19.51%
G = 41.21%
B = 39.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#47968F (or 0x47968F) is known color: Blue Chill. HEX triplet: 47, 96 and 8F. RGB value is (71,150,143). Sum of RGB (Red+Green+Blue) = 71+150+143=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #47968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47968F is #B86970. Grayscale: #7D7D7D. Windows color (decimal): -12085617 or 9410119. OLE color: 9410119.

HSL color Cylindrical-coordinate representation of color #47968F: hue angle of 174.68º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47968F is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 150 143 -
CMYK 0.53 0 0.05 0.41
HSL 174.68º 0.36% 0.43% -
HSV(B) 174.68º 0.53% 0.59% -
XYZ 18.46 25.14 29.87 -
YUV 125.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 71 150 143 0.53 0 0.05 0.41 174.68 0.36 0.43
Hex 47 96 8F 35 0 5 29 AF 24 2B
Octal 107 226 217 65 0 5 51 257 44 53
Binary 1000111 10010110 10001111 110101 0 101 101001 10101111 100100 101011

Color Harmonies of #47968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47968F

Black with #47968F

Text Example


Text Example

White with #47968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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