Shades of Viking #4BAECC
Tints of Viking #4BAECC
RGB
CMYK
RGB Variations
Color information
#4BAECC (or 0x4BAECC) is known color: Viking. HEX triplet: 4B, AE and CC. RGB value is (75,174,204). Sum of RGB (Red+Green+Blue) = 75+174+204=453 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.56% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #4BAECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAECC is #B45133. Grayscale: #939393. Windows color (decimal): -11817268 or 13413963. OLE color: 13413963.
HSL color Cylindrical-coordinate representation of color #4BAECC: hue angle of 193.95º degrees, saturation: 0.56, 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 #4BAECC is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 174 | 204 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.2 |
| HSL | 193.95º | 0.56% | 0.55% | - |
| HSV(B) | 193.95º | 0.63% | 0.8% | - |
| XYZ | 28.94 | 36.13 | 62.57 | - |
| YUV | 147.82 | 159.7 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 204 | 0.63 | 0.15 | 0 | 0.2 | 193.95 | 0.56 | 0.55 |
| Hex | 4B | AE | CC | 3F | F | 0 | 14 | C2 | 38 | 37 |
| Octal | 113 | 256 | 314 | 77 | 17 | 0 | 24 | 302 | 70 | 67 |
| Binary | 1001011 | 10101110 | 11001100 | 111111 | 1111 | 0 | 10100 | 11000010 | 111000 | 110111 |
Color Harmonies of #4BAECC
Complementary color
Monochromatic Colors of #4BAECC
Black with #4BAECC
Text Example
Text Example
White with #4BAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAECC; }
p { color: rgb(75,174,204); }
H1.HeaderClassName
{
color: #4BAECC;
}
.AnyTagClassName
{
color: #4BAECC;
}
</style>
background-color css
<style>
a { background-color: #4BAECC; }
a { background-color: rgb(75,174,204); }
div.DivClassName
{
background-color: #4BAECC;
}
.BgClassName
{
background-color: #4BAECC;
}
</style>
border-color css
<style>
span { border-color: #4BAECC; }
span { border-color: rgb(75,174,204); }
td.TdClassName
{
border-color: #4BAECC;
}
.TagClassName
{
border-color: #4BAECC;
}
</style>