#478A98

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

Shades of Hippie Blue #478A98

Tints of Hippie Blue #478A98

Color information

#478A98 (or 0x478A98) is unknown color: approx Hippie Blue. HEX triplet: 47, 8A and 98. RGB value is (71,138,152). Sum of RGB (Red+Green+Blue) = 71+138+152=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #478A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478A98 is #B87567. Grayscale: #777777. Windows color (decimal): -12088680 or 9996871. OLE color: 9996871.

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

Color convert

RGB71138152-
CMYK0.530.0900.40
HSL190.37º36.32%43.73%-
HSV(B)190.37º53.29%59.61%-
XYZ17.3521.7833-
YUV119.56146.393.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=19.67%
G=38.23%
B=42.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711381520.530.0900.40190.3736.3243.73
Hex478A98359028be242c
Octal10721223065110502764454
Binary100011110001010100110001101011001010100010111110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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