#478198

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

Shades of Hippie Blue #478198

Tints of Hippie Blue #478198

Color information

#478198 (or 0x478198) is unknown color: approx Hippie Blue. HEX triplet: 47, 81 and 98. RGB value is (71,129,152). Sum of RGB (Red+Green+Blue) = 71+129+152=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #478198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478198 is #B87E67. Grayscale: #727272. Windows color (decimal): -12090984 or 9994567. OLE color: 9994567.

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

Color convert

RGB71129152-
CMYK0.530.1500.40
HSL197.04º36.32%43.73%-
HSV(B)197.04º53.29%59.61%-
XYZ16.1219.3132.58-
YUV114.28149.2897.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.17%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=20.17%
G=36.65%
B=43.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711291520.530.1500.40197.0436.3243.73
Hex47819835F028c5242c
Octal10720123065170503054454
Binary100011110000001100110001101011111010100011000101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478198; }

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

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

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

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

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

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

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

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