Html Css Color HEX #47918F Blue Chill

📋 copy color: '#47918F'

red 71 ◦ green 145 ◦ blue 143

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

Shades of Blue Chill #47918F

Tints of Blue Chill #47918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.39%

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

R = 19.78%
G = 40.39%
B = 39.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#47918F (or 0x47918F) is known color: Blue Chill. HEX triplet: 47, 91 and 8F. RGB value is (71,145,143). Sum of RGB (Red+Green+Blue) = 71+145+143=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #47918F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47918F is #B86E70. Grayscale: #7A7A7A. Windows color (decimal): -12086897 or 9408839. OLE color: 9408839.

HSL color Cylindrical-coordinate representation of color #47918F: hue angle of 178.38º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47918F is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 145 143 -
CMYK 0.51 0 0.01 0.43
HSL 178.38º 0.34% 0.42% -
HSV(B) 178.38º 0.51% 0.57% -
XYZ 17.68 23.57 29.6 -
YUV 122.65 139.48 91.16 -
System Red Green Blue C M Y K H S L
Decimal 71 145 143 0.51 0 0.01 0.43 178.38 0.34 0.42
Hex 47 91 8F 33 0 1 2B B2 22 2A
Octal 107 221 217 63 0 1 53 262 42 52
Binary 1000111 10010001 10001111 110011 0 1 101011 10110010 100010 101010

Color Harmonies of #47918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47918F

Black with #47918F

Text Example


Text Example

White with #47918F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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