Shades of Viking #4CAFCA
Tints of Viking #4CAFCA
RGB
CMYK
RGB Variations
Color information
#4CAFCA (or 0x4CAFCA) is known color: Viking. HEX triplet: 4C, AF and CA. RGB value is (76,175,202). Sum of RGB (Red+Green+Blue) = 76+175+202=453 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.78% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CAFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAFCA is #B35035. Grayscale: #949494. Windows color (decimal): -11751478 or 13283148. OLE color: 13283148.
HSL color Cylindrical-coordinate representation of color #4CAFCA: hue angle of 192.86º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CAFCA is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 175 | 202 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.21 |
| HSL | 192.86º | 0.54% | 0.55% | - |
| HSV(B) | 192.86º | 0.62% | 0.79% | - |
| XYZ | 28.97 | 36.46 | 61.39 | - |
| YUV | 148.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 202 | 0.62 | 0.13 | 0 | 0.21 | 192.86 | 0.54 | 0.55 |
| Hex | 4C | AF | CA | 3E | D | 0 | 15 | C1 | 36 | 37 |
| Octal | 114 | 257 | 312 | 76 | 15 | 0 | 25 | 301 | 66 | 67 |
| Binary | 1001100 | 10101111 | 11001010 | 111110 | 1101 | 0 | 10101 | 11000001 | 110110 | 110111 |
Color Harmonies of #4CAFCA
Complementary color
Monochromatic Colors of #4CAFCA
Black with #4CAFCA
Text Example
Text Example
White with #4CAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAFCA; }
p { color: rgb(76,175,202); }
H1.HeaderClassName
{
color: #4CAFCA;
}
.AnyTagClassName
{
color: #4CAFCA;
}
</style>
background-color css
<style>
a { background-color: #4CAFCA; }
a { background-color: rgb(76,175,202); }
div.DivClassName
{
background-color: #4CAFCA;
}
.BgClassName
{
background-color: #4CAFCA;
}
</style>
border-color css
<style>
span { border-color: #4CAFCA; }
span { border-color: rgb(76,175,202); }
td.TdClassName
{
border-color: #4CAFCA;
}
.TagClassName
{
border-color: #4CAFCA;
}
</style>