Shades of Viking #46AECB
Tints of Viking #46AECB
RGB
CMYK
RGB Variations
Color information
#46AECB (or 0x46AECB) is known color: Viking. HEX triplet: 46, AE and CB. RGB value is (70,174,203). Sum of RGB (Red+Green+Blue) = 70+174+203=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #46AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AECB is #B95134. Grayscale: #919191. Windows color (decimal): -12144949 or 13348422. OLE color: 13348422.
HSL color Cylindrical-coordinate representation of color #46AECB: hue angle of 193.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46AECB is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 174 | 203 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.20 |
| HSL | 193.08º | 0.56% | 0.54% | - |
| HSV(B) | 193.08º | 0.66% | 0.8% | - |
| XYZ | 28.44 | 35.89 | 61.93 | - |
| YUV | 146.21 | 160.04 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 174 | 203 | 0.66 | 0.14 | 0 | 0.20 | 193.08 | 0.56 | 0.54 |
| Hex | 46 | AE | CB | 42 | E | 0 | 14 | C1 | 38 | 36 |
| Octal | 106 | 256 | 313 | 102 | 16 | 0 | 24 | 301 | 70 | 66 |
| Binary | 1000110 | 10101110 | 11001011 | 1000010 | 1110 | 0 | 10100 | 11000001 | 111000 | 110110 |
Color Harmonies of #46AECB
Complementary color
Monochromatic Colors of #46AECB
Black with #46AECB
Text Example
Text Example
White with #46AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AECB; }
p { color: rgb(70,174,203); }
H1.HeaderClassName
{
color: #46AECB;
}
.AnyTagClassName
{
color: #46AECB;
}
</style>
background-color css
<style>
a { background-color: #46AECB; }
a { background-color: rgb(70,174,203); }
div.DivClassName
{
background-color: #46AECB;
}
.BgClassName
{
background-color: #46AECB;
}
</style>
border-color css
<style>
span { border-color: #46AECB; }
span { border-color: rgb(70,174,203); }
td.TdClassName
{
border-color: #46AECB;
}
.TagClassName
{
border-color: #46AECB;
}
</style>