Shades of Viking #4CACCF
Tints of Viking #4CACCF
RGB
CMYK
RGB Variations
Color information
#4CACCF (or 0x4CACCF) is known color: Viking. HEX triplet: 4C, AC and CF. RGB value is (76,172,207). Sum of RGB (Red+Green+Blue) = 76+172+207=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACCF is #B35330. Grayscale: #939393. Windows color (decimal): -11752241 or 13610060. OLE color: 13610060.
HSL color Cylindrical-coordinate representation of color #4CACCF: hue angle of 196.03º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CACCF is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 172 | 207 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.19 |
| HSL | 196.03º | 0.58% | 0.55% | - |
| HSV(B) | 196.03º | 0.63% | 0.81% | - |
| XYZ | 29 | 35.55 | 64.36 | - |
| YUV | 147.29 | 161.7 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 207 | 0.63 | 0.17 | 0 | 0.19 | 196.03 | 0.58 | 0.55 |
| Hex | 4C | AC | CF | 3F | 11 | 0 | 13 | C4 | 3A | 37 |
| Octal | 114 | 254 | 317 | 77 | 21 | 0 | 23 | 304 | 72 | 67 |
| Binary | 1001100 | 10101100 | 11001111 | 111111 | 10001 | 0 | 10011 | 11000100 | 111010 | 110111 |
Color Harmonies of #4CACCF
Complementary color
Monochromatic Colors of #4CACCF
Black with #4CACCF
Text Example
Text Example
White with #4CACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACCF; }
p { color: rgb(76,172,207); }
H1.HeaderClassName
{
color: #4CACCF;
}
.AnyTagClassName
{
color: #4CACCF;
}
</style>
background-color css
<style>
a { background-color: #4CACCF; }
a { background-color: rgb(76,172,207); }
div.DivClassName
{
background-color: #4CACCF;
}
.BgClassName
{
background-color: #4CACCF;
}
</style>
border-color css
<style>
span { border-color: #4CACCF; }
span { border-color: rgb(76,172,207); }
td.TdClassName
{
border-color: #4CACCF;
}
.TagClassName
{
border-color: #4CACCF;
}
</style>