#4B839A

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

Shades of Hippie Blue #4B839A

Tints of Hippie Blue #4B839A

Color information

#4B839A (or 0x4B839A) is unknown color: approx Hippie Blue. HEX triplet: 4B, 83 and 9A. RGB value is (75,131,154). Sum of RGB (Red+Green+Blue) = 75+131+154=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B839A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B839A is #B47C65. Grayscale: #747474. Windows color (decimal): -11828326 or 10126155. OLE color: 10126155.

HSL color Cylindrical-coordinate representation of color #4B839A: hue angle of 197.47º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B839A is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB75131154-
CMYK0.510.1500.40
HSL197.47º34.5%44.9%-
HSV(B)197.47º51.3%60.39%-
XYZ16.8520.0633.56-
YUV116.88148.9598.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.83%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 154 (60.55% from 255) = 42.78%
R=20.83%
G=36.39%
B=42.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751311540.510.1500.40197.4734.544.9
Hex4B839A33F028c5222d
Octal11320323263170503054255
Binary100101110000011100110101100111111010100011000101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,131,154); }

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

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

 a { background-color: rgb(75,131,154); }

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

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

 span { border-color: rgb(75,131,154); }

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