#478F9A

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

Shades of Hippie Blue #478F9A

Tints of Hippie Blue #478F9A

Color information

#478F9A (or 0x478F9A) is unknown color: approx Hippie Blue. HEX triplet: 47, 8F and 9A. RGB value is (71,143,154). Sum of RGB (Red+Green+Blue) = 71+143+154=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #478F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478F9A is #B87065. Grayscale: #7A7A7A. Windows color (decimal): -12087398 or 10129223. OLE color: 10129223.

HSL color Cylindrical-coordinate representation of color #478F9A: hue angle of 187.95º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #478F9A is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB71143154-
CMYK0.540.0700.40
HSL187.95º36.89%44.12%-
HSV(B)187.95º53.9%60.39%-
XYZ18.2523.3234.11-
YUV122.73145.6591.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=19.29%
G=38.86%
B=41.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711431540.540.0700.40187.9536.8944.12
Hex478F9A367028bc252c
Octal1072172326670502744554
Binary10001111000111110011010110110111010100010111100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,143,154); }

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

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

 a { background-color: rgb(71,143,154); }

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

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

 span { border-color: rgb(71,143,154); }

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