Html Css Color HEX #478498 Hippie Blue

📋 copy color: '#478498'

red 71 ◦ green 132 ◦ blue 152

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

Shades of Hippie Blue #478498

Tints of Hippie Blue #478498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

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

R = 20%
G = 37.18%
B = 42.82%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#478498 (or 0x478498) is known color: Hippie Blue. HEX triplet: 47, 84 and 98. RGB value is (71,132,152). Sum of RGB (Red+Green+Blue) = 71+132+152=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #478498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478498 is #B87B67. Grayscale: #737373. Windows color (decimal): -12090216 or 9995335. OLE color: 9995335.

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

Color convert

RGB 71 132 152 -
CMYK 0.53 0.13 0 0.40
HSL 194.81º 0.36% 0.44% -
HSV(B) 194.81º 0.53% 0.6% -
XYZ 16.52 20.11 32.72 -
YUV 116.04 148.29 95.87 -
System Red Green Blue C M Y K H S L
Decimal 71 132 152 0.53 0.13 0 0.40 194.81 0.36 0.44
Hex 47 84 98 35 D 0 28 C3 24 2C
Octal 107 204 230 65 15 0 50 303 44 54
Binary 1000111 10000100 10011000 110101 1101 0 101000 11000011 100100 101100

Color Harmonies of #478498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478498

Black with #478498

Text Example


Text Example

White with #478498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478498; }

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

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

background-color css

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

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

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

border-color css

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

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

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