Html Css Color HEX #478898 Hippie Blue

📋 copy color: '#478898'

red 71 ◦ green 136 ◦ blue 152

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

Shades of Hippie Blue #478898

Tints of Hippie Blue #478898

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

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

R = 19.78%
G = 37.88%
B = 42.34%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#478898 (or 0x478898) is known color: Hippie Blue. HEX triplet: 47, 88 and 98. RGB value is (71,136,152). Sum of RGB (Red+Green+Blue) = 71+136+152=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #478898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478898 is #B87767. Grayscale: #767676. Windows color (decimal): -12089192 or 9996359. OLE color: 9996359.

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

Color convert

RGB 71 136 152 -
CMYK 0.53 0.11 0 0.40
HSL 191.85º 0.36% 0.44% -
HSV(B) 191.85º 0.53% 0.6% -
XYZ 17.07 21.21 32.9 -
YUV 118.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 71 136 152 0.53 0.11 0 0.40 191.85 0.36 0.44
Hex 47 88 98 35 B 0 28 C0 24 2C
Octal 107 210 230 65 13 0 50 300 44 54
Binary 1000111 10001000 10011000 110101 1011 0 101000 11000000 100100 101100

Color Harmonies of #478898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478898

Black with #478898

Text Example


Text Example

White with #478898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478898; }

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

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

background-color css

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

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

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

border-color css

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

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

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