Shades of Viking #4AADCB
Tints of Viking #4AADCB
RGB
CMYK
RGB Variations
Color information
#4AADCB (or 0x4AADCB) is known color: Viking. HEX triplet: 4A, AD and CB. RGB value is (74,173,203). Sum of RGB (Red+Green+Blue) = 74+173+203=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #4AADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AADCB is #B55234. Grayscale: #929292. Windows color (decimal): -11883061 or 13348170. OLE color: 13348170.
HSL color Cylindrical-coordinate representation of color #4AADCB: hue angle of 193.95º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AADCB is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 173 | 203 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.20 |
| HSL | 193.95º | 0.55% | 0.54% | - |
| HSV(B) | 193.95º | 0.64% | 0.8% | - |
| XYZ | 28.55 | 35.65 | 61.88 | - |
| YUV | 146.82 | 159.7 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 203 | 0.64 | 0.15 | 0 | 0.20 | 193.95 | 0.55 | 0.54 |
| Hex | 4A | AD | CB | 40 | F | 0 | 14 | C2 | 37 | 36 |
| Octal | 112 | 255 | 313 | 100 | 17 | 0 | 24 | 302 | 67 | 66 |
| Binary | 1001010 | 10101101 | 11001011 | 1000000 | 1111 | 0 | 10100 | 11000010 | 110111 | 110110 |
Color Harmonies of #4AADCB
Complementary color
Monochromatic Colors of #4AADCB
Black with #4AADCB
Text Example
Text Example
White with #4AADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADCB; }
p { color: rgb(74,173,203); }
H1.HeaderClassName
{
color: #4AADCB;
}
.AnyTagClassName
{
color: #4AADCB;
}
</style>
background-color css
<style>
a { background-color: #4AADCB; }
a { background-color: rgb(74,173,203); }
div.DivClassName
{
background-color: #4AADCB;
}
.BgClassName
{
background-color: #4AADCB;
}
</style>
border-color css
<style>
span { border-color: #4AADCB; }
span { border-color: rgb(74,173,203); }
td.TdClassName
{
border-color: #4AADCB;
}
.TagClassName
{
border-color: #4AADCB;
}
</style>