#478C98

Color #478C98 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #478C98

Tints of Hippie Blue #478C98

Color information

#478C98 (or 0x478C98) is unknown color: approx Hippie Blue. HEX triplet: 47, 8C and 98. RGB value is (71,140,152). Sum of RGB (Red+Green+Blue) = 71+140+152=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #478C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478C98 is #B87367. Grayscale: #787878. Windows color (decimal): -12088168 or 9997383. OLE color: 9997383.

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

Color convert

RGB71140152-
CMYK0.530.0800.40
HSL188.89º36.32%43.73%-
HSV(B)188.89º53.29%59.61%-
XYZ17.6422.3633.09-
YUV120.74145.6492.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 140 (55.08% from 255) = 38.57%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=19.56%
G=38.57%
B=41.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711401520.530.0800.40188.8936.3243.73
Hex478C98358028bd242c
Octal10721423065100502754454
Binary100011110001100100110001101011000010100010111101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #478C98;
 }
 .AnyTagClassName
 {
   color: #478C98;
 }
</style>
background-color css

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

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

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

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

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

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