#4B8690

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

Shades of Hippie Blue #4B8690

Tints of Hippie Blue #4B8690

Color information

#4B8690 (or 0x4B8690) is unknown color: approx Hippie Blue. HEX triplet: 4B, 86 and 90. RGB value is (75,134,144). Sum of RGB (Red+Green+Blue) = 75+134+144=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B8690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8690 is #B4796F. Grayscale: #757575. Windows color (decimal): -11827568 or 9471563. OLE color: 9471563.

HSL color Cylindrical-coordinate representation of color #4B8690: hue angle of 188.7º degrees, saturation: 0.32, 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 #4B8690 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB75134144-
CMYK0.480.0700.44
HSL188.7º31.51%42.94%-
HSV(B)188.7º47.92%56.47%-
XYZ16.4620.5629.49-
YUV117.5142.9597.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.25%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=21.25%
G=37.96%
B=40.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751341440.480.0700.44188.731.5142.94
Hex4B869030702Cbd202b
Octal1132062206070542754053
Binary10010111000011010010000110000111010110010111101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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