Html Css Color HEX #47949A Blue Chill

📋 copy color: '#47949A'

red 71 ◦ green 148 ◦ blue 154

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

Shades of Blue Chill #47949A

Tints of Blue Chill #47949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 19.03%
G = 39.68%
B = 41.29%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47949A (or 0x47949A) is known color: Blue Chill. HEX triplet: 47, 94 and 9A. RGB value is (71,148,154). Sum of RGB (Red+Green+Blue) = 71+148+154=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #47949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47949A is #B86B65. Grayscale: #7D7D7D. Windows color (decimal): -12086118 or 10130503. OLE color: 10130503.

HSL color Cylindrical-coordinate representation of color #47949A: hue angle of 184.34º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47949A is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 148 154 -
CMYK 0.54 0.04 0 0.40
HSL 184.34º 0.37% 0.44% -
HSV(B) 184.34º 0.54% 0.6% -
XYZ 19.02 24.85 34.37 -
YUV 125.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 71 148 154 0.54 0.04 0 0.40 184.34 0.37 0.44
Hex 47 94 9A 36 4 0 28 B8 25 2C
Octal 107 224 232 66 4 0 50 270 45 54
Binary 1000111 10010100 10011010 110110 100 0 101000 10111000 100101 101100

Color Harmonies of #47949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47949A

Black with #47949A

Text Example


Text Example

White with #47949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47949A; }

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

 H1.HeaderClassName
 {
   color: #47949A;
 }
 .AnyTagClassName
 {
   color: #47949A;
 }
</style>

background-color css

<style>
 a { background-color: #47949A; }

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

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

border-color css

<style>
 span { border-color: #47949A; }

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

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