Shades of Viking #42A8B4
Tints of Viking #42A8B4
RGB
CMYK
RGB Variations
Color information
#42A8B4 (or 0x42A8B4) is known color: Viking. HEX triplet: 42, A8 and B4. RGB value is (66,168,180). Sum of RGB (Red+Green+Blue) = 66+168+180=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #42A8B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A8B4 is #BD574B. Grayscale: #8A8A8A. Windows color (decimal): -12408652 or 11839554. OLE color: 11839554.
HSL color Cylindrical-coordinate representation of color #42A8B4: hue angle of 186.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42A8B4 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 168 | 180 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.29 |
| HSL | 186.32º | 0.46% | 0.48% | - |
| HSV(B) | 186.32º | 0.63% | 0.71% | - |
| XYZ | 24.49 | 32.46 | 48.15 | - |
| YUV | 138.87 | 151.21 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 168 | 180 | 0.63 | 0.07 | 0 | 0.29 | 186.32 | 0.46 | 0.48 |
| Hex | 42 | A8 | B4 | 3F | 7 | 0 | 1D | BA | 2E | 30 |
| Octal | 102 | 250 | 264 | 77 | 7 | 0 | 35 | 272 | 56 | 60 |
| Binary | 1000010 | 10101000 | 10110100 | 111111 | 111 | 0 | 11101 | 10111010 | 101110 | 110000 |
Color Harmonies of #42A8B4
Complementary color
Monochromatic Colors of #42A8B4
Black with #42A8B4
Text Example
Text Example
White with #42A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A8B4; }
p { color: rgb(66,168,180); }
H1.HeaderClassName
{
color: #42A8B4;
}
.AnyTagClassName
{
color: #42A8B4;
}
</style>
background-color css
<style>
a { background-color: #42A8B4; }
a { background-color: rgb(66,168,180); }
div.DivClassName
{
background-color: #42A8B4;
}
.BgClassName
{
background-color: #42A8B4;
}
</style>
border-color css
<style>
span { border-color: #42A8B4; }
span { border-color: rgb(66,168,180); }
td.TdClassName
{
border-color: #42A8B4;
}
.TagClassName
{
border-color: #42A8B4;
}
</style>