Shades of Viking #4CAACC
Tints of Viking #4CAACC
RGB
CMYK
RGB Variations
Color information
#4CAACC (or 0x4CAACC) is known color: Viking. HEX triplet: 4C, AA and CC. RGB value is (76,170,204). Sum of RGB (Red+Green+Blue) = 76+170+204=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAACC is #B35533. Grayscale: #919191. Windows color (decimal): -11752756 or 13412940. OLE color: 13412940.
HSL color Cylindrical-coordinate representation of color #4CAACC: hue angle of 195.94º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CAACC is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 170 | 204 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.2 |
| HSL | 195.94º | 0.56% | 0.55% | - |
| HSV(B) | 195.94º | 0.63% | 0.8% | - |
| XYZ | 28.25 | 34.65 | 62.32 | - |
| YUV | 145.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 204 | 0.63 | 0.17 | 0 | 0.2 | 195.94 | 0.56 | 0.55 |
| Hex | 4C | AA | CC | 3F | 11 | 0 | 14 | C4 | 38 | 37 |
| Octal | 114 | 252 | 314 | 77 | 21 | 0 | 24 | 304 | 70 | 67 |
| Binary | 1001100 | 10101010 | 11001100 | 111111 | 10001 | 0 | 10100 | 11000100 | 111000 | 110111 |
Color Harmonies of #4CAACC
Complementary color
Monochromatic Colors of #4CAACC
Black with #4CAACC
Text Example
Text Example
White with #4CAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAACC; }
p { color: rgb(76,170,204); }
H1.HeaderClassName
{
color: #4CAACC;
}
.AnyTagClassName
{
color: #4CAACC;
}
</style>
background-color css
<style>
a { background-color: #4CAACC; }
a { background-color: rgb(76,170,204); }
div.DivClassName
{
background-color: #4CAACC;
}
.BgClassName
{
background-color: #4CAACC;
}
</style>
border-color css
<style>
span { border-color: #4CAACC; }
span { border-color: rgb(76,170,204); }
td.TdClassName
{
border-color: #4CAACC;
}
.TagClassName
{
border-color: #4CAACC;
}
</style>