Html Css Color HEX #47918C Blue Chill

📋 copy color: '#47918C'

red 71 ◦ green 145 ◦ blue 140

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

Shades of Blue Chill #47918C

Tints of Blue Chill #47918C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 19.94%
G = 40.73%
B = 39.33%

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

#47918C (or 0x47918C) is known color: Blue Chill. HEX triplet: 47, 91 and 8C. RGB value is (71,145,140). Sum of RGB (Red+Green+Blue) = 71+145+140=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #47918C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47918C is #B86E73. Grayscale: #7A7A7A. Windows color (decimal): -12086900 or 9212231. OLE color: 9212231.

HSL color Cylindrical-coordinate representation of color #47918C: hue angle of 175.95º 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 #47918C is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 145 140 -
CMYK 0.51 0 0.03 0.43
HSL 175.95º 0.34% 0.42% -
HSV(B) 175.95º 0.51% 0.57% -
XYZ 17.46 23.48 28.42 -
YUV 122.3 137.98 91.41 -
System Red Green Blue C M Y K H S L
Decimal 71 145 140 0.51 0 0.03 0.43 175.95 0.34 0.42
Hex 47 91 8C 33 0 3 2B B0 22 2A
Octal 107 221 214 63 0 3 53 260 42 52
Binary 1000111 10010001 10001100 110011 0 11 101011 10110000 100010 101010

Color Harmonies of #47918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47918C

Black with #47918C

Text Example


Text Example

White with #47918C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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