Html Css Color HEX #478998 Hippie Blue

📋 copy color: '#478998'

red 71 ◦ green 137 ◦ blue 152

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

Shades of Hippie Blue #478998

Tints of Hippie Blue #478998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 19.72%
G = 38.06%
B = 42.22%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#478998 (or 0x478998) is known color: Hippie Blue. HEX triplet: 47, 89 and 98. RGB value is (71,137,152). Sum of RGB (Red+Green+Blue) = 71+137+152=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #478998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478998 is #B87667. Grayscale: #767676. Windows color (decimal): -12088936 or 9996615. OLE color: 9996615.

HSL color Cylindrical-coordinate representation of color #478998: hue angle of 191.11º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #478998 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 137 152 -
CMYK 0.53 0.10 0 0.40
HSL 191.11º 0.36% 0.44% -
HSV(B) 191.11º 0.53% 0.6% -
XYZ 17.21 21.5 32.95 -
YUV 118.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 71 137 152 0.53 0.10 0 0.40 191.11 0.36 0.44
Hex 47 89 98 35 A 0 28 BF 24 2C
Octal 107 211 230 65 12 0 50 277 44 54
Binary 1000111 10001001 10011000 110101 1010 0 101000 10111111 100100 101100

Color Harmonies of #478998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478998

Black with #478998

Text Example


Text Example

White with #478998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478998; }

 p { color: rgb(71,137,152); }

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

background-color css

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

 a { background-color: rgb(71,137,152); }

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

border-color css

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

 span { border-color: rgb(71,137,152); }

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