#478098

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

Shades of Hippie Blue #478098

Tints of Hippie Blue #478098

Color information

#478098 (or 0x478098) is unknown color: approx 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

RGB71128152-
CMYK0.530.1600.40
HSL197.78º36.32%43.73%-
HSV(B)197.78º53.29%59.61%-
XYZ15.9919.0432.54-
YUV113.69149.6297.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.23%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 152 (59.77% from 255) = 43.30%
R=20.23%
G=36.47%
B=43.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711281520.530.1600.40197.7836.3243.73
Hex4780983510028c6242c
Octal10720023065200503064454
Binary1000111100000001001100011010110000010100011000110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>