Shades of Hippie Blue #4B8C9D
Tints of Hippie Blue #4B8C9D
RGB
CMYK
RGB Variations
Color information
#4B8C9D (or 0x4B8C9D) is known color: Hippie Blue. HEX triplet: 4B, 8C and 9D. RGB value is (75,140,157). Sum of RGB (Red+Green+Blue) = 75+140+157=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B8C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8C9D is #B47362. Grayscale: #7A7A7A. Windows color (decimal): -11826019 or 10325067. OLE color: 10325067.
HSL color Cylindrical-coordinate representation of color #4B8C9D: hue angle of 192.44º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B8C9D is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 140 | 157 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.38 |
| HSL | 192.44º | 0.35% | 0.45% | - |
| HSV(B) | 192.44º | 0.52% | 0.62% | - |
| XYZ | 18.37 | 22.69 | 35.31 | - |
| YUV | 122.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 140 | 157 | 0.52 | 0.11 | 0 | 0.38 | 192.44 | 0.35 | 0.45 |
| Hex | 4B | 8C | 9D | 34 | B | 0 | 26 | C0 | 23 | 2D |
| Octal | 113 | 214 | 235 | 64 | 13 | 0 | 46 | 300 | 43 | 55 |
| Binary | 1001011 | 10001100 | 10011101 | 110100 | 1011 | 0 | 100110 | 11000000 | 100011 | 101101 |
Color Harmonies of #4B8C9D
Complementary color
Monochromatic Colors of #4B8C9D
Black with #4B8C9D
Text Example
Text Example
White with #4B8C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8C9D; }
p { color: rgb(75,140,157); }
H1.HeaderClassName
{
color: #4B8C9D;
}
.AnyTagClassName
{
color: #4B8C9D;
}
</style>
background-color css
<style>
a { background-color: #4B8C9D; }
a { background-color: rgb(75,140,157); }
div.DivClassName
{
background-color: #4B8C9D;
}
.BgClassName
{
background-color: #4B8C9D;
}
</style>
border-color css
<style>
span { border-color: #4B8C9D; }
span { border-color: rgb(75,140,157); }
td.TdClassName
{
border-color: #4B8C9D;
}
.TagClassName
{
border-color: #4B8C9D;
}
</style>