Shades of Viking #469CC5
Tints of Viking #469CC5
RGB
CMYK
RGB Variations
Color information
#469CC5 (or 0x469CC5) is known color: Viking. HEX triplet: 46, 9C and C5. RGB value is (70,156,197). Sum of RGB (Red+Green+Blue) = 70+156+197=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 197 - color contains mainly: blue. Hex color #469CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CC5 is #B9633A. Grayscale: #868686. Windows color (decimal): -12149563 or 12950598. OLE color: 12950598.
HSL color Cylindrical-coordinate representation of color #469CC5: hue angle of 199.37º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #469CC5 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 156 | 197 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.23 |
| HSL | 199.37º | 0.52% | 0.52% | - |
| HSV(B) | 199.37º | 0.64% | 0.77% | - |
| XYZ | 24.49 | 29.11 | 57.15 | - |
| YUV | 134.96 | 163.01 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 197 | 0.64 | 0.21 | 0 | 0.23 | 199.37 | 0.52 | 0.52 |
| Hex | 46 | 9C | C5 | 40 | 15 | 0 | 17 | C7 | 34 | 34 |
| Octal | 106 | 234 | 305 | 100 | 25 | 0 | 27 | 307 | 64 | 64 |
| Binary | 1000110 | 10011100 | 11000101 | 1000000 | 10101 | 0 | 10111 | 11000111 | 110100 | 110100 |
Color Harmonies of #469CC5
Complementary color
Monochromatic Colors of #469CC5
Black with #469CC5
Text Example
Text Example
White with #469CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CC5; }
p { color: rgb(70,156,197); }
H1.HeaderClassName
{
color: #469CC5;
}
.AnyTagClassName
{
color: #469CC5;
}
</style>
background-color css
<style>
a { background-color: #469CC5; }
a { background-color: rgb(70,156,197); }
div.DivClassName
{
background-color: #469CC5;
}
.BgClassName
{
background-color: #469CC5;
}
</style>
border-color css
<style>
span { border-color: #469CC5; }
span { border-color: rgb(70,156,197); }
td.TdClassName
{
border-color: #469CC5;
}
.TagClassName
{
border-color: #469CC5;
}
</style>