Shades of Viking #4BBAD2
Tints of Viking #4BBAD2
RGB
CMYK
RGB Variations
Color information
#4BBAD2 (or 0x4BBAD2) is known color: Viking. HEX triplet: 4B, BA and D2. RGB value is (75,186,210). Sum of RGB (Red+Green+Blue) = 75+186+210=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #4BBAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBAD2 is #B4452D. Grayscale: #9B9B9B. Windows color (decimal): -11814190 or 13810251. OLE color: 13810251.
HSL color Cylindrical-coordinate representation of color #4BBAD2: hue angle of 190.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BBAD2 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 186 | 210 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.18 |
| HSL | 190.67º | 0.6% | 0.56% | - |
| HSV(B) | 190.67º | 0.64% | 0.82% | - |
| XYZ | 32.09 | 41.27 | 67.25 | - |
| YUV | 155.55 | 158.73 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 210 | 0.64 | 0.11 | 0 | 0.18 | 190.67 | 0.6 | 0.56 |
| Hex | 4B | BA | D2 | 40 | B | 0 | 12 | BF | 3C | 38 |
| Octal | 113 | 272 | 322 | 100 | 13 | 0 | 22 | 277 | 74 | 70 |
| Binary | 1001011 | 10111010 | 11010010 | 1000000 | 1011 | 0 | 10010 | 10111111 | 111100 | 111000 |
Color Harmonies of #4BBAD2
Complementary color
Monochromatic Colors of #4BBAD2
Black with #4BBAD2
Text Example
Text Example
White with #4BBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBAD2; }
p { color: rgb(75,186,210); }
H1.HeaderClassName
{
color: #4BBAD2;
}
.AnyTagClassName
{
color: #4BBAD2;
}
</style>
background-color css
<style>
a { background-color: #4BBAD2; }
a { background-color: rgb(75,186,210); }
div.DivClassName
{
background-color: #4BBAD2;
}
.BgClassName
{
background-color: #4BBAD2;
}
</style>
border-color css
<style>
span { border-color: #4BBAD2; }
span { border-color: rgb(75,186,210); }
td.TdClassName
{
border-color: #4BBAD2;
}
.TagClassName
{
border-color: #4BBAD2;
}
</style>