Shades of Viking #4BAACB
Tints of Viking #4BAACB
RGB
CMYK
RGB Variations
Color information
#4BAACB (or 0x4BAACB) is known color: Viking. HEX triplet: 4B, AA and CB. RGB value is (75,170,203). Sum of RGB (Red+Green+Blue) = 75+170+203=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BAACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAACB is #B45534. Grayscale: #919191. Windows color (decimal): -11818293 or 13347403. OLE color: 13347403.
HSL color Cylindrical-coordinate representation of color #4BAACB: hue angle of 195.47º degrees, saturation: 0.55, 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 #4BAACB is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 170 | 203 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.20 |
| HSL | 195.47º | 0.55% | 0.55% | - |
| HSV(B) | 195.47º | 0.63% | 0.8% | - |
| XYZ | 28.06 | 34.56 | 61.69 | - |
| YUV | 145.36 | 160.53 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 203 | 0.63 | 0.16 | 0 | 0.20 | 195.47 | 0.55 | 0.55 |
| Hex | 4B | AA | CB | 3F | 10 | 0 | 14 | C3 | 37 | 37 |
| Octal | 113 | 252 | 313 | 77 | 20 | 0 | 24 | 303 | 67 | 67 |
| Binary | 1001011 | 10101010 | 11001011 | 111111 | 10000 | 0 | 10100 | 11000011 | 110111 | 110111 |
Color Harmonies of #4BAACB
Complementary color
Monochromatic Colors of #4BAACB
Black with #4BAACB
Text Example
Text Example
White with #4BAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAACB; }
p { color: rgb(75,170,203); }
H1.HeaderClassName
{
color: #4BAACB;
}
.AnyTagClassName
{
color: #4BAACB;
}
</style>
background-color css
<style>
a { background-color: #4BAACB; }
a { background-color: rgb(75,170,203); }
div.DivClassName
{
background-color: #4BAACB;
}
.BgClassName
{
background-color: #4BAACB;
}
</style>
border-color css
<style>
span { border-color: #4BAACB; }
span { border-color: rgb(75,170,203); }
td.TdClassName
{
border-color: #4BAACB;
}
.TagClassName
{
border-color: #4BAACB;
}
</style>