Shades of Viking #4BAACD
Tints of Viking #4BAACD
RGB
CMYK
RGB Variations
Color information
#4BAACD (or 0x4BAACD) is known color: Viking. HEX triplet: 4B, AA and CD. RGB value is (75,170,205). Sum of RGB (Red+Green+Blue) = 75+170+205=450 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.67% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #4BAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAACD is #B45532. Grayscale: #919191. Windows color (decimal): -11818291 or 13478475. OLE color: 13478475.
HSL color Cylindrical-coordinate representation of color #4BAACD: hue angle of 196.15º degrees, saturation: 0.57, 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 #4BAACD is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 170 | 205 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.20 |
| HSL | 196.15º | 0.57% | 0.55% | - |
| HSV(B) | 196.15º | 0.63% | 0.8% | - |
| XYZ | 28.3 | 34.65 | 62.95 | - |
| YUV | 145.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 205 | 0.63 | 0.17 | 0 | 0.20 | 196.15 | 0.57 | 0.55 |
| Hex | 4B | AA | CD | 3F | 11 | 0 | 14 | C4 | 39 | 37 |
| Octal | 113 | 252 | 315 | 77 | 21 | 0 | 24 | 304 | 71 | 67 |
| Binary | 1001011 | 10101010 | 11001101 | 111111 | 10001 | 0 | 10100 | 11000100 | 111001 | 110111 |
Color Harmonies of #4BAACD
Complementary color
Monochromatic Colors of #4BAACD
Black with #4BAACD
Text Example
Text Example
White with #4BAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAACD; }
p { color: rgb(75,170,205); }
H1.HeaderClassName
{
color: #4BAACD;
}
.AnyTagClassName
{
color: #4BAACD;
}
</style>
background-color css
<style>
a { background-color: #4BAACD; }
a { background-color: rgb(75,170,205); }
div.DivClassName
{
background-color: #4BAACD;
}
.BgClassName
{
background-color: #4BAACD;
}
</style>
border-color css
<style>
span { border-color: #4BAACD; }
span { border-color: rgb(75,170,205); }
td.TdClassName
{
border-color: #4BAACD;
}
.TagClassName
{
border-color: #4BAACD;
}
</style>