Shades of Viking #42B4BC
Tints of Viking #42B4BC
RGB
CMYK
RGB Variations
Color information
#42B4BC (or 0x42B4BC) is known color: Viking. HEX triplet: 42, B4 and BC. RGB value is (66,180,188). Sum of RGB (Red+Green+Blue) = 66+180+188=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #42B4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B4BC is #BD4B43. Grayscale: #929292. Windows color (decimal): -12405572 or 12366914. OLE color: 12366914.
HSL color Cylindrical-coordinate representation of color #42B4BC: hue angle of 183.93º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B4BC is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 180 | 188 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.26 |
| HSL | 183.93º | 0.48% | 0.5% | - |
| HSV(B) | 183.93º | 0.65% | 0.74% | - |
| XYZ | 27.65 | 37.43 | 53.34 | - |
| YUV | 146.83 | 151.23 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 188 | 0.65 | 0.04 | 0 | 0.26 | 183.93 | 0.48 | 0.5 |
| Hex | 42 | B4 | BC | 41 | 4 | 0 | 1A | B8 | 30 | 32 |
| Octal | 102 | 264 | 274 | 101 | 4 | 0 | 32 | 270 | 60 | 62 |
| Binary | 1000010 | 10110100 | 10111100 | 1000001 | 100 | 0 | 11010 | 10111000 | 110000 | 110010 |
Color Harmonies of #42B4BC
Complementary color
Monochromatic Colors of #42B4BC
Black with #42B4BC
Text Example
Text Example
White with #42B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B4BC; }
p { color: rgb(66,180,188); }
H1.HeaderClassName
{
color: #42B4BC;
}
.AnyTagClassName
{
color: #42B4BC;
}
</style>
background-color css
<style>
a { background-color: #42B4BC; }
a { background-color: rgb(66,180,188); }
div.DivClassName
{
background-color: #42B4BC;
}
.BgClassName
{
background-color: #42B4BC;
}
</style>
border-color css
<style>
span { border-color: #42B4BC; }
span { border-color: rgb(66,180,188); }
td.TdClassName
{
border-color: #42B4BC;
}
.TagClassName
{
border-color: #42B4BC;
}
</style>