#4B819C

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

Shades of Hippie Blue #4B819C

Tints of Hippie Blue #4B819C

Color information

#4B819C (or 0x4B819C) is unknown color: approx Hippie Blue. HEX triplet: 4B, 81 and 9C. RGB value is (75,129,156). Sum of RGB (Red+Green+Blue) = 75+129+156=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B819C is #B47E63. Grayscale: #737373. Windows color (decimal): -11828836 or 10256715. OLE color: 10256715.

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

Color convert

RGB75129156-
CMYK0.520.1700.39
HSL200º35.06%45.29%-
HSV(B)200º51.92%61.18%-
XYZ16.7519.634.35-
YUV115.93150.6198.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.83%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=20.83%
G=35.83%
B=43.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751291560.520.1700.3920035.0645.29
Hex4B819C3411027c8232d
Octal11320123464210473104355
Binary1001011100000011001110011010010001010011111001000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B819C; }

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

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

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

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

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

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

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

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