Html Css Color HEX #478098 Hippie Blue

📋 copy color: '#478098'

red 71 ◦ green 128 ◦ blue 152

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

Shades of Hippie Blue #478098

Tints of Hippie Blue #478098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

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

R = 20.23%
G = 36.47%
B = 43.3%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#478098 (or 0x478098) is known color: Hippie Blue. HEX triplet: 47, 80 and 98. RGB value is (71,128,152). Sum of RGB (Red+Green+Blue) = 71+128+152=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #478098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478098 is #B87F67. Grayscale: #717171. Windows color (decimal): -12091240 or 9994311. OLE color: 9994311.

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

Color convert

RGB 71 128 152 -
CMYK 0.53 0.16 0 0.40
HSL 197.78º 0.36% 0.44% -
HSV(B) 197.78º 0.53% 0.6% -
XYZ 15.99 19.04 32.54 -
YUV 113.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 71 128 152 0.53 0.16 0 0.40 197.78 0.36 0.44
Hex 47 80 98 35 10 0 28 C6 24 2C
Octal 107 200 230 65 20 0 50 306 44 54
Binary 1000111 10000000 10011000 110101 10000 0 101000 11000110 100100 101100

Color Harmonies of #478098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478098

Black with #478098

Text Example


Text Example

White with #478098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478098; }

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

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

background-color css

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

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

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

border-color css

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

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

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