Shades of Viking #469CC3
Tints of Viking #469CC3
RGB
CMYK
RGB Variations
Color information
#469CC3 (or 0x469CC3) is known color: Viking. HEX triplet: 46, 9C and C3. RGB value is (70,156,195). Sum of RGB (Red+Green+Blue) = 70+156+195=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #469CC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CC3 is #B9633C. Grayscale: #868686. Windows color (decimal): -12149565 or 12819526. OLE color: 12819526.
HSL color Cylindrical-coordinate representation of color #469CC3: hue angle of 198.72º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #469CC3 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 156 | 195 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.24 |
| HSL | 198.72º | 0.51% | 0.52% | - |
| HSV(B) | 198.72º | 0.64% | 0.76% | - |
| XYZ | 24.26 | 29.02 | 55.95 | - |
| YUV | 134.73 | 162.01 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 195 | 0.64 | 0.20 | 0 | 0.24 | 198.72 | 0.51 | 0.52 |
| Hex | 46 | 9C | C3 | 40 | 14 | 0 | 18 | C7 | 33 | 34 |
| Octal | 106 | 234 | 303 | 100 | 24 | 0 | 30 | 307 | 63 | 64 |
| Binary | 1000110 | 10011100 | 11000011 | 1000000 | 10100 | 0 | 11000 | 11000111 | 110011 | 110100 |
Color Harmonies of #469CC3
Complementary color
Monochromatic Colors of #469CC3
Black with #469CC3
Text Example
Text Example
White with #469CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CC3; }
p { color: rgb(70,156,195); }
H1.HeaderClassName
{
color: #469CC3;
}
.AnyTagClassName
{
color: #469CC3;
}
</style>
background-color css
<style>
a { background-color: #469CC3; }
a { background-color: rgb(70,156,195); }
div.DivClassName
{
background-color: #469CC3;
}
.BgClassName
{
background-color: #469CC3;
}
</style>
border-color css
<style>
span { border-color: #469CC3; }
span { border-color: rgb(70,156,195); }
td.TdClassName
{
border-color: #469CC3;
}
.TagClassName
{
border-color: #469CC3;
}
</style>