Shades of Viking #4AB5CC
Tints of Viking #4AB5CC
RGB
CMYK
RGB Variations
Color information
#4AB5CC (or 0x4AB5CC) is known color: Viking. HEX triplet: 4A, B5 and CC. RGB value is (74,181,204). Sum of RGB (Red+Green+Blue) = 74+181+204=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AB5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB5CC is #B54A33. Grayscale: #979797. Windows color (decimal): -11881012 or 13415754. OLE color: 13415754.
HSL color Cylindrical-coordinate representation of color #4AB5CC: hue angle of 190.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AB5CC is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 181 | 204 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.2 |
| HSL | 190.62º | 0.56% | 0.55% | - |
| HSV(B) | 190.62º | 0.64% | 0.8% | - |
| XYZ | 30.25 | 38.86 | 63.03 | - |
| YUV | 151.63 | 157.55 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 204 | 0.64 | 0.11 | 0 | 0.2 | 190.62 | 0.56 | 0.55 |
| Hex | 4A | B5 | CC | 40 | B | 0 | 14 | BF | 38 | 37 |
| Octal | 112 | 265 | 314 | 100 | 13 | 0 | 24 | 277 | 70 | 67 |
| Binary | 1001010 | 10110101 | 11001100 | 1000000 | 1011 | 0 | 10100 | 10111111 | 111000 | 110111 |
Color Harmonies of #4AB5CC
Complementary color
Monochromatic Colors of #4AB5CC
Black with #4AB5CC
Text Example
Text Example
White with #4AB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB5CC; }
p { color: rgb(74,181,204); }
H1.HeaderClassName
{
color: #4AB5CC;
}
.AnyTagClassName
{
color: #4AB5CC;
}
</style>
background-color css
<style>
a { background-color: #4AB5CC; }
a { background-color: rgb(74,181,204); }
div.DivClassName
{
background-color: #4AB5CC;
}
.BgClassName
{
background-color: #4AB5CC;
}
</style>
border-color css
<style>
span { border-color: #4AB5CC; }
span { border-color: rgb(74,181,204); }
td.TdClassName
{
border-color: #4AB5CC;
}
.TagClassName
{
border-color: #4AB5CC;
}
</style>