Html Css Color HEX #47909A Hippie Blue

📋 copy color: '#47909A'

red 71 ◦ green 144 ◦ blue 154

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

Shades of Hippie Blue #47909A

Tints of Hippie Blue #47909A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

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

R = 19.24%
G = 39.02%
B = 41.73%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47909A (or 0x47909A) is known color: Hippie Blue. HEX triplet: 47, 90 and 9A. RGB value is (71,144,154). Sum of RGB (Red+Green+Blue) = 71+144+154=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #47909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47909A is #B86F65. Grayscale: #7B7B7B. Windows color (decimal): -12087142 or 10129479. OLE color: 10129479.

HSL color Cylindrical-coordinate representation of color #47909A: hue angle of 187.23º 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 #47909A is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 144 154 -
CMYK 0.54 0.06 0 0.40
HSL 187.23º 0.37% 0.44% -
HSV(B) 187.23º 0.54% 0.6% -
XYZ 18.4 23.62 34.16 -
YUV 123.31 145.32 90.69 -
System Red Green Blue C M Y K H S L
Decimal 71 144 154 0.54 0.06 0 0.40 187.23 0.37 0.44
Hex 47 90 9A 36 6 0 28 BB 25 2C
Octal 107 220 232 66 6 0 50 273 45 54
Binary 1000111 10010000 10011010 110110 110 0 101000 10111011 100101 101100

Color Harmonies of #47909A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47909A

Black with #47909A

Text Example


Text Example

White with #47909A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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