#47819C

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

Shades of Hippie Blue #47819C

Tints of Hippie Blue #47819C

Color information

#47819C (or 0x47819C) is unknown color: approx Hippie Blue. HEX triplet: 47, 81 and 9C. RGB value is (71,129,156). Sum of RGB (Red+Green+Blue) = 71+129+156=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #47819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47819C is #B87E63. Grayscale: #727272. Windows color (decimal): -12090980 or 10256711. OLE color: 10256711.

HSL color Cylindrical-coordinate representation of color #47819C: hue angle of 199.06º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47819C is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71129156-
CMYK0.540.1700.39
HSL199.06º37.44%44.51%-
HSV(B)199.06º54.49%61.18%-
XYZ16.4519.4434.34-
YUV114.74151.2896.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=19.94%
G=36.24%
B=43.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711291560.540.1700.39199.0637.4444.51
Hex47819C3611027c7252d
Octal10720123466210473074555
Binary1000111100000011001110011011010001010011111000111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47819C; }

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

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

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

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

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

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

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

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