Shades of Hippie Blue #4B8C9B
Tints of Hippie Blue #4B8C9B
RGB
CMYK
RGB Variations
Color information
#4B8C9B (or 0x4B8C9B) is known color: Hippie Blue. HEX triplet: 4B, 8C and 9B. RGB value is (75,140,155). Sum of RGB (Red+Green+Blue) = 75+140+155=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B8C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8C9B is #B47364. Grayscale: #7A7A7A. Windows color (decimal): -11826021 or 10193995. OLE color: 10193995.
HSL color Cylindrical-coordinate representation of color #4B8C9B: hue angle of 191.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B8C9B is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 140 | 155 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.39 |
| HSL | 191.25º | 0.35% | 0.45% | - |
| HSV(B) | 191.25º | 0.52% | 0.61% | - |
| XYZ | 18.2 | 22.62 | 34.42 | - |
| YUV | 122.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 140 | 155 | 0.52 | 0.10 | 0 | 0.39 | 191.25 | 0.35 | 0.45 |
| Hex | 4B | 8C | 9B | 34 | A | 0 | 27 | BF | 23 | 2D |
| Octal | 113 | 214 | 233 | 64 | 12 | 0 | 47 | 277 | 43 | 55 |
| Binary | 1001011 | 10001100 | 10011011 | 110100 | 1010 | 0 | 100111 | 10111111 | 100011 | 101101 |
Color Harmonies of #4B8C9B
Complementary color
Monochromatic Colors of #4B8C9B
Black with #4B8C9B
Text Example
Text Example
White with #4B8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8C9B; }
p { color: rgb(75,140,155); }
H1.HeaderClassName
{
color: #4B8C9B;
}
.AnyTagClassName
{
color: #4B8C9B;
}
</style>
background-color css
<style>
a { background-color: #4B8C9B; }
a { background-color: rgb(75,140,155); }
div.DivClassName
{
background-color: #4B8C9B;
}
.BgClassName
{
background-color: #4B8C9B;
}
</style>
border-color css
<style>
span { border-color: #4B8C9B; }
span { border-color: rgb(75,140,155); }
td.TdClassName
{
border-color: #4B8C9B;
}
.TagClassName
{
border-color: #4B8C9B;
}
</style>