#478D98

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

Shades of Hippie Blue #478D98

Tints of Hippie Blue #478D98

Color information

#478D98 (or 0x478D98) is unknown color: approx Hippie Blue. HEX triplet: 47, 8D and 98. RGB value is (71,141,152). Sum of RGB (Red+Green+Blue) = 71+141+152=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #478D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478D98 is #B87267. Grayscale: #797979. Windows color (decimal): -12087912 or 9997639. OLE color: 9997639.

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

Color convert

RGB71141152-
CMYK0.530.0700.40
HSL188.15º36.32%43.73%-
HSV(B)188.15º53.29%59.61%-
XYZ17.7922.6633.14-
YUV121.32145.3192.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.51%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=19.51%
G=38.74%
B=41.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711411520.530.0700.40188.1536.3243.73
Hex478D98357028bc242c
Octal1072152306570502744454
Binary10001111000110110011000110101111010100010111100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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