Shades of Viking #4AB5CE
Tints of Viking #4AB5CE
RGB
CMYK
RGB Variations
Color information
#4AB5CE (or 0x4AB5CE) is known color: Viking. HEX triplet: 4A, B5 and CE. RGB value is (74,181,206). Sum of RGB (Red+Green+Blue) = 74+181+206=461 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.05% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #4AB5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB5CE is #B54A31. Grayscale: #979797. Windows color (decimal): -11881010 or 13546826. OLE color: 13546826.
HSL color Cylindrical-coordinate representation of color #4AB5CE: hue angle of 191.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AB5CE is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 181 | 206 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.19 |
| HSL | 191.36º | 0.57% | 0.55% | - |
| HSV(B) | 191.36º | 0.64% | 0.81% | - |
| XYZ | 30.49 | 38.96 | 64.31 | - |
| YUV | 151.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 206 | 0.64 | 0.12 | 0 | 0.19 | 191.36 | 0.57 | 0.55 |
| Hex | 4A | B5 | CE | 40 | C | 0 | 13 | BF | 39 | 37 |
| Octal | 112 | 265 | 316 | 100 | 14 | 0 | 23 | 277 | 71 | 67 |
| Binary | 1001010 | 10110101 | 11001110 | 1000000 | 1100 | 0 | 10011 | 10111111 | 111001 | 110111 |
Color Harmonies of #4AB5CE
Complementary color
Monochromatic Colors of #4AB5CE
Black with #4AB5CE
Text Example
Text Example
White with #4AB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB5CE; }
p { color: rgb(74,181,206); }
H1.HeaderClassName
{
color: #4AB5CE;
}
.AnyTagClassName
{
color: #4AB5CE;
}
</style>
background-color css
<style>
a { background-color: #4AB5CE; }
a { background-color: rgb(74,181,206); }
div.DivClassName
{
background-color: #4AB5CE;
}
.BgClassName
{
background-color: #4AB5CE;
}
</style>
border-color css
<style>
span { border-color: #4AB5CE; }
span { border-color: rgb(74,181,206); }
td.TdClassName
{
border-color: #4AB5CE;
}
.TagClassName
{
border-color: #4AB5CE;
}
</style>