Shades of Blue Dianne #304F4B
Tints of Blue Dianne #304F4B
RGB
CMYK
RGB Variations
Color information
#304F4B (or 0x304F4B) is known color: Blue Dianne. HEX triplet: 30, 4F and 4B. RGB value is (48,79,75). Sum of RGB (Red+Green+Blue) = 48+79+75=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 79 - color contains mainly: green. Hex color #304F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F4B is #CFB0B4. Grayscale: #454545. Windows color (decimal): -13611189 or 4935472. OLE color: 4935472.
HSL color Cylindrical-coordinate representation of color #304F4B: hue angle of 172.26º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304F4B is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 79 | 75 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.69 |
| HSL | 172.26º | 0.24% | 0.25% | - |
| HSV(B) | 172.26º | 0.39% | 0.31% | - |
| XYZ | 5.28 | 6.73 | 7.68 | - |
| YUV | 69.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 75 | 0.39 | 0 | 0.05 | 0.69 | 172.26 | 0.24 | 0.25 |
| Hex | 30 | 4F | 4B | 27 | 0 | 5 | 45 | AC | 18 | 19 |
| Octal | 60 | 117 | 113 | 47 | 0 | 5 | 105 | 254 | 30 | 31 |
| Binary | 110000 | 1001111 | 1001011 | 100111 | 0 | 101 | 1000101 | 10101100 | 11000 | 11001 |
Color Harmonies of #304F4B
Complementary color
Monochromatic Colors of #304F4B
Black with #304F4B
Text Example
Text Example
White with #304F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F4B; }
p { color: rgb(48,79,75); }
H1.HeaderClassName
{
color: #304F4B;
}
.AnyTagClassName
{
color: #304F4B;
}
</style>
background-color css
<style>
a { background-color: #304F4B; }
a { background-color: rgb(48,79,75); }
div.DivClassName
{
background-color: #304F4B;
}
.BgClassName
{
background-color: #304F4B;
}
</style>
border-color css
<style>
span { border-color: #304F4B; }
span { border-color: rgb(48,79,75); }
td.TdClassName
{
border-color: #304F4B;
}
.TagClassName
{
border-color: #304F4B;
}
</style>