Shades of Viking #4BB1CE
Tints of Viking #4BB1CE
RGB
CMYK
RGB Variations
Color information
#4BB1CE (or 0x4BB1CE) is known color: Viking. HEX triplet: 4B, B1 and CE. RGB value is (75,177,206). Sum of RGB (Red+Green+Blue) = 75+177+206=458 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.38% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BB1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BB1CE is #B44E31. Grayscale: #959595. Windows color (decimal): -11816498 or 13545803. OLE color: 13545803.
HSL color Cylindrical-coordinate representation of color #4BB1CE: hue angle of 193.28º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BB1CE is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 177 | 206 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.19 |
| HSL | 193.28º | 0.57% | 0.55% | - |
| HSV(B) | 193.28º | 0.64% | 0.81% | - |
| XYZ | 29.76 | 37.4 | 64.04 | - |
| YUV | 149.81 | 159.71 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 177 | 206 | 0.64 | 0.14 | 0 | 0.19 | 193.28 | 0.57 | 0.55 |
| Hex | 4B | B1 | CE | 40 | E | 0 | 13 | C1 | 39 | 37 |
| Octal | 113 | 261 | 316 | 100 | 16 | 0 | 23 | 301 | 71 | 67 |
| Binary | 1001011 | 10110001 | 11001110 | 1000000 | 1110 | 0 | 10011 | 11000001 | 111001 | 110111 |
Color Harmonies of #4BB1CE
Complementary color
Monochromatic Colors of #4BB1CE
Black with #4BB1CE
Text Example
Text Example
White with #4BB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB1CE; }
p { color: rgb(75,177,206); }
H1.HeaderClassName
{
color: #4BB1CE;
}
.AnyTagClassName
{
color: #4BB1CE;
}
</style>
background-color css
<style>
a { background-color: #4BB1CE; }
a { background-color: rgb(75,177,206); }
div.DivClassName
{
background-color: #4BB1CE;
}
.BgClassName
{
background-color: #4BB1CE;
}
</style>
border-color css
<style>
span { border-color: #4BB1CE; }
span { border-color: rgb(75,177,206); }
td.TdClassName
{
border-color: #4BB1CE;
}
.TagClassName
{
border-color: #4BB1CE;
}
</style>