Html Css Color HEX #478E98 Hippie Blue

📋 copy color: '#478E98'

red 71 ◦ green 142 ◦ blue 152

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

Shades of Hippie Blue #478E98

Tints of Hippie Blue #478E98

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.9%

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

R = 19.45%
G = 38.9%
B = 41.64%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#478E98 (or 0x478E98) is known color: Hippie Blue. HEX triplet: 47, 8E and 98. RGB value is (71,142,152). Sum of RGB (Red+Green+Blue) = 71+142+152=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #478E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478E98 is #B87167. Grayscale: #797979. Windows color (decimal): -12087656 or 9997895. OLE color: 9997895.

HSL color Cylindrical-coordinate representation of color #478E98: hue angle of 187.41º 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 #478E98 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 142 152 -
CMYK 0.53 0.07 0 0.40
HSL 187.41º 0.36% 0.44% -
HSV(B) 187.41º 0.53% 0.6% -
XYZ 17.94 22.95 33.19 -
YUV 121.91 144.98 91.69 -
System Red Green Blue C M Y K H S L
Decimal 71 142 152 0.53 0.07 0 0.40 187.41 0.36 0.44
Hex 47 8E 98 35 7 0 28 BB 24 2C
Octal 107 216 230 65 7 0 50 273 44 54
Binary 1000111 10001110 10011000 110101 111 0 101000 10111011 100100 101100

Color Harmonies of #478E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478E98

Black with #478E98

Text Example


Text Example

White with #478E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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