#4B8599

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

Shades of Hippie Blue #4B8599

Tints of Hippie Blue #4B8599

Color information

#4B8599 (or 0x4B8599) is unknown color: approx Hippie Blue. HEX triplet: 4B, 85 and 99. RGB value is (75,133,153). Sum of RGB (Red+Green+Blue) = 75+133+153=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B8599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8599 is #B47A66. Grayscale: #757575. Windows color (decimal): -11827815 or 10061131. OLE color: 10061131.

HSL color Cylindrical-coordinate representation of color #4B8599: hue angle of 195.38º 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 #4B8599 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB75133153-
CMYK0.510.1300.4
HSL195.38º34.21%44.71%-
HSV(B)195.38º50.98%60%-
XYZ17.0420.5733.21-
YUV117.94147.7897.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.78%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=20.78%
G=36.84%
B=42.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal751331530.510.1300.4195.3834.2144.71
Hex4B859933D028c3222d
Octal11320523163150503034255
Binary100101110000101100110011100111101010100011000011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,153); }

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

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

 a { background-color: rgb(75,133,153); }

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

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

 span { border-color: rgb(75,133,153); }

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