#4B8694

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

Shades of Hippie Blue #4B8694

Tints of Hippie Blue #4B8694

Color information

#4B8694 (or 0x4B8694) is unknown color: approx Hippie Blue. HEX triplet: 4B, 86 and 94. RGB value is (75,134,148). Sum of RGB (Red+Green+Blue) = 75+134+148=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B8694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8694 is #B4796B. Grayscale: #757575. Windows color (decimal): -11827564 or 9733707. OLE color: 9733707.

HSL color Cylindrical-coordinate representation of color #4B8694: hue angle of 191.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B8694 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB75134148-
CMYK0.490.0900.42
HSL191.51º32.74%43.73%-
HSV(B)191.51º49.32%58.04%-
XYZ16.7720.6831.13-
YUV117.96144.9597.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 148 (58.20% from 255) = 41.46%
R=21.01%
G=37.54%
B=41.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751341480.490.0900.42191.5132.7443.73
Hex4B869431902Ac0212c
Octal11320622461110523004154
Binary100101110000110100101001100011001010101011000000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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