Shades of Viking #4AB2D7
Tints of Viking #4AB2D7
RGB
CMYK
RGB Variations
Color information
#4AB2D7 (or 0x4AB2D7) is known color: Viking. HEX triplet: 4A, B2 and D7. RGB value is (74,178,215). Sum of RGB (Red+Green+Blue) = 74+178+215=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #4AB2D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB2D7 is #B54D28. Grayscale: #969696. Windows color (decimal): -11881769 or 14135882. OLE color: 14135882.
HSL color Cylindrical-coordinate representation of color #4AB2D7: hue angle of 195.74º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AB2D7 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 178 | 215 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.16 |
| HSL | 195.74º | 0.64% | 0.57% | - |
| HSV(B) | 195.74º | 0.66% | 0.84% | - |
| XYZ | 31.01 | 38.2 | 70.03 | - |
| YUV | 151.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 215 | 0.66 | 0.17 | 0 | 0.16 | 195.74 | 0.64 | 0.57 |
| Hex | 4A | B2 | D7 | 42 | 11 | 0 | 10 | C4 | 40 | 39 |
| Octal | 112 | 262 | 327 | 102 | 21 | 0 | 20 | 304 | 100 | 71 |
| Binary | 1001010 | 10110010 | 11010111 | 1000010 | 10001 | 0 | 10000 | 11000100 | 1000000 | 111001 |
Color Harmonies of #4AB2D7
Complementary color
Monochromatic Colors of #4AB2D7
Black with #4AB2D7
Text Example
Text Example
White with #4AB2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB2D7; }
p { color: rgb(74,178,215); }
H1.HeaderClassName
{
color: #4AB2D7;
}
.AnyTagClassName
{
color: #4AB2D7;
}
</style>
background-color css
<style>
a { background-color: #4AB2D7; }
a { background-color: rgb(74,178,215); }
div.DivClassName
{
background-color: #4AB2D7;
}
.BgClassName
{
background-color: #4AB2D7;
}
</style>
border-color css
<style>
span { border-color: #4AB2D7; }
span { border-color: rgb(74,178,215); }
td.TdClassName
{
border-color: #4AB2D7;
}
.TagClassName
{
border-color: #4AB2D7;
}
</style>