Shades of Viking #4BA8CA
Tints of Viking #4BA8CA
RGB
CMYK
RGB Variations
Color information
#4BA8CA (or 0x4BA8CA) is known color: Viking. HEX triplet: 4B, A8 and CA. RGB value is (75,168,202). Sum of RGB (Red+Green+Blue) = 75+168+202=445 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.85% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #4BA8CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA8CA is #B45735. Grayscale: #8F8F8F. Windows color (decimal): -11818806 or 13281355. OLE color: 13281355.
HSL color Cylindrical-coordinate representation of color #4BA8CA: hue angle of 196.06º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BA8CA is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 168 | 202 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.21 |
| HSL | 196.06º | 0.55% | 0.54% | - |
| HSV(B) | 196.06º | 0.63% | 0.79% | - |
| XYZ | 27.56 | 33.77 | 60.94 | - |
| YUV | 144.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 202 | 0.63 | 0.17 | 0 | 0.21 | 196.06 | 0.55 | 0.54 |
| Hex | 4B | A8 | CA | 3F | 11 | 0 | 15 | C4 | 37 | 36 |
| Octal | 113 | 250 | 312 | 77 | 21 | 0 | 25 | 304 | 67 | 66 |
| Binary | 1001011 | 10101000 | 11001010 | 111111 | 10001 | 0 | 10101 | 11000100 | 110111 | 110110 |
Color Harmonies of #4BA8CA
Complementary color
Monochromatic Colors of #4BA8CA
Black with #4BA8CA
Text Example
Text Example
White with #4BA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA8CA; }
p { color: rgb(75,168,202); }
H1.HeaderClassName
{
color: #4BA8CA;
}
.AnyTagClassName
{
color: #4BA8CA;
}
</style>
background-color css
<style>
a { background-color: #4BA8CA; }
a { background-color: rgb(75,168,202); }
div.DivClassName
{
background-color: #4BA8CA;
}
.BgClassName
{
background-color: #4BA8CA;
}
</style>
border-color css
<style>
span { border-color: #4BA8CA; }
span { border-color: rgb(75,168,202); }
td.TdClassName
{
border-color: #4BA8CA;
}
.TagClassName
{
border-color: #4BA8CA;
}
</style>