Shades of Danube #4F92C2
Tints of Danube #4F92C2
RGB
CMYK
RGB Variations
Color information
#4F92C2 (or 0x4F92C2) is known color: Danube. HEX triplet: 4F, 92 and C2. RGB value is (79,146,194). Sum of RGB (Red+Green+Blue) = 79+146+194=419 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.85% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #4F92C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F92C2 is #B06D3D. Grayscale: #838383. Windows color (decimal): -11562302 or 12751439. OLE color: 12751439.
HSL color Cylindrical-coordinate representation of color #4F92C2: hue angle of 205.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F92C2 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 146 | 194 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.24 |
| HSL | 205.04º | 0.49% | 0.54% | - |
| HSV(B) | 205.04º | 0.59% | 0.76% | - |
| XYZ | 23.24 | 26.12 | 54.85 | - |
| YUV | 131.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 194 | 0.59 | 0.25 | 0 | 0.24 | 205.04 | 0.49 | 0.54 |
| Hex | 4F | 92 | C2 | 3B | 19 | 0 | 18 | CD | 31 | 36 |
| Octal | 117 | 222 | 302 | 73 | 31 | 0 | 30 | 315 | 61 | 66 |
| Binary | 1001111 | 10010010 | 11000010 | 111011 | 11001 | 0 | 11000 | 11001101 | 110001 | 110110 |
Color Harmonies of #4F92C2
Complementary color
Monochromatic Colors of #4F92C2
Black with #4F92C2
Text Example
Text Example
White with #4F92C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F92C2; }
p { color: rgb(79,146,194); }
H1.HeaderClassName
{
color: #4F92C2;
}
.AnyTagClassName
{
color: #4F92C2;
}
</style>
background-color css
<style>
a { background-color: #4F92C2; }
a { background-color: rgb(79,146,194); }
div.DivClassName
{
background-color: #4F92C2;
}
.BgClassName
{
background-color: #4F92C2;
}
</style>
border-color css
<style>
span { border-color: #4F92C2; }
span { border-color: rgb(79,146,194); }
td.TdClassName
{
border-color: #4F92C2;
}
.TagClassName
{
border-color: #4F92C2;
}
</style>