Shades of Hippie Blue #43849D
Tints of Hippie Blue #43849D
RGB
CMYK
RGB Variations
Color information
#43849D (or 0x43849D) is known color: Hippie Blue. HEX triplet: 43, 84 and 9D. RGB value is (67,132,157). Sum of RGB (Red+Green+Blue) = 67+132+157=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #43849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43849D is #BC7B62. Grayscale: #737373. Windows color (decimal): -12352355 or 10323011. OLE color: 10323011.
HSL color Cylindrical-coordinate representation of color #43849D: hue angle of 196.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43849D is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 132 | 157 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.38 |
| HSL | 196.67º | 0.4% | 0.44% | - |
| HSV(B) | 196.67º | 0.57% | 0.62% | - |
| XYZ | 16.65 | 20.13 | 34.91 | - |
| YUV | 115.42 | 151.47 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 157 | 0.57 | 0.16 | 0 | 0.38 | 196.67 | 0.4 | 0.44 |
| Hex | 43 | 84 | 9D | 39 | 10 | 0 | 26 | C5 | 28 | 2C |
| Octal | 103 | 204 | 235 | 71 | 20 | 0 | 46 | 305 | 50 | 54 |
| Binary | 1000011 | 10000100 | 10011101 | 111001 | 10000 | 0 | 100110 | 11000101 | 101000 | 101100 |
Color Harmonies of #43849D
Complementary color
Monochromatic Colors of #43849D
Black with #43849D
Text Example
Text Example
White with #43849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43849D; }
p { color: rgb(67,132,157); }
H1.HeaderClassName
{
color: #43849D;
}
.AnyTagClassName
{
color: #43849D;
}
</style>
background-color css
<style>
a { background-color: #43849D; }
a { background-color: rgb(67,132,157); }
div.DivClassName
{
background-color: #43849D;
}
.BgClassName
{
background-color: #43849D;
}
</style>
border-color css
<style>
span { border-color: #43849D; }
span { border-color: rgb(67,132,157); }
td.TdClassName
{
border-color: #43849D;
}
.TagClassName
{
border-color: #43849D;
}
</style>