Shades of Viking #4AB3CC
Tints of Viking #4AB3CC
RGB
CMYK
RGB Variations
Color information
#4AB3CC (or 0x4AB3CC) is known color: Viking. HEX triplet: 4A, B3 and CC. RGB value is (74,179,204). Sum of RGB (Red+Green+Blue) = 74+179+204=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AB3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB3CC is #B54C33. Grayscale: #969696. Windows color (decimal): -11881524 or 13415242. OLE color: 13415242.
HSL color Cylindrical-coordinate representation of color #4AB3CC: hue angle of 191.54º 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 #4AB3CC is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 179 | 204 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.2 |
| HSL | 191.54º | 0.56% | 0.55% | - |
| HSV(B) | 191.54º | 0.64% | 0.8% | - |
| XYZ | 29.84 | 38.06 | 62.9 | - |
| YUV | 150.46 | 158.21 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 204 | 0.64 | 0.12 | 0 | 0.2 | 191.54 | 0.56 | 0.55 |
| Hex | 4A | B3 | CC | 40 | C | 0 | 14 | C0 | 38 | 37 |
| Octal | 112 | 263 | 314 | 100 | 14 | 0 | 24 | 300 | 70 | 67 |
| Binary | 1001010 | 10110011 | 11001100 | 1000000 | 1100 | 0 | 10100 | 11000000 | 111000 | 110111 |
Color Harmonies of #4AB3CC
Complementary color
Monochromatic Colors of #4AB3CC
Black with #4AB3CC
Text Example
Text Example
White with #4AB3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB3CC; }
p { color: rgb(74,179,204); }
H1.HeaderClassName
{
color: #4AB3CC;
}
.AnyTagClassName
{
color: #4AB3CC;
}
</style>
background-color css
<style>
a { background-color: #4AB3CC; }
a { background-color: rgb(74,179,204); }
div.DivClassName
{
background-color: #4AB3CC;
}
.BgClassName
{
background-color: #4AB3CC;
}
</style>
border-color css
<style>
span { border-color: #4AB3CC; }
span { border-color: rgb(74,179,204); }
td.TdClassName
{
border-color: #4AB3CC;
}
.TagClassName
{
border-color: #4AB3CC;
}
</style>