#4B868F

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

Shades of Hippie Blue #4B868F

Tints of Hippie Blue #4B868F

Color information

#4B868F (or 0x4B868F) is unknown color: approx Hippie Blue. HEX triplet: 4B, 86 and 8F. RGB value is (75,134,143). Sum of RGB (Red+Green+Blue) = 75+134+143=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B868F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B868F is #B47970. Grayscale: #757575. Windows color (decimal): -11827569 or 9406027. OLE color: 9406027.

HSL color Cylindrical-coordinate representation of color #4B868F: hue angle of 187.94º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B868F is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB75134143-
CMYK0.480.0600.44
HSL187.94º31.19%42.75%-
HSV(B)187.94º47.55%56.08%-
XYZ16.3820.5329.09-
YUV117.38142.4597.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.31%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 143 (56.25% from 255) = 40.62%
R=21.31%
G=38.07%
B=40.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751341430.480.0600.44187.9431.1942.75
Hex4B868F30602Cbc1f2b
Octal1132062176060542743753
Binary1001011100001101000111111000011001011001011110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,134,143); }

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

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

 a { background-color: rgb(75,134,143); }

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

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

 span { border-color: rgb(75,134,143); }

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