Shades of Viking #4BA5BC
Tints of Viking #4BA5BC
RGB
CMYK
RGB Variations
Color information
#4BA5BC (or 0x4BA5BC) is known color: Viking. HEX triplet: 4B, A5 and BC. RGB value is (75,165,188). Sum of RGB (Red+Green+Blue) = 75+165+188=428 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.52% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BA5BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA5BC is #B45A43. Grayscale: #8C8C8C. Windows color (decimal): -11819588 or 12363083. OLE color: 12363083.
HSL color Cylindrical-coordinate representation of color #4BA5BC: hue angle of 192.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BA5BC is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 165 | 188 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.26 |
| HSL | 192.21º | 0.46% | 0.52% | - |
| HSV(B) | 192.21º | 0.6% | 0.74% | - |
| XYZ | 25.43 | 32.04 | 52.42 | - |
| YUV | 140.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 165 | 188 | 0.60 | 0.12 | 0 | 0.26 | 192.21 | 0.46 | 0.52 |
| Hex | 4B | A5 | BC | 3C | C | 0 | 1A | C0 | 2E | 34 |
| Octal | 113 | 245 | 274 | 74 | 14 | 0 | 32 | 300 | 56 | 64 |
| Binary | 1001011 | 10100101 | 10111100 | 111100 | 1100 | 0 | 11010 | 11000000 | 101110 | 110100 |
Color Harmonies of #4BA5BC
Complementary color
Monochromatic Colors of #4BA5BC
Black with #4BA5BC
Text Example
Text Example
White with #4BA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA5BC; }
p { color: rgb(75,165,188); }
H1.HeaderClassName
{
color: #4BA5BC;
}
.AnyTagClassName
{
color: #4BA5BC;
}
</style>
background-color css
<style>
a { background-color: #4BA5BC; }
a { background-color: rgb(75,165,188); }
div.DivClassName
{
background-color: #4BA5BC;
}
.BgClassName
{
background-color: #4BA5BC;
}
</style>
border-color css
<style>
span { border-color: #4BA5BC; }
span { border-color: rgb(75,165,188); }
td.TdClassName
{
border-color: #4BA5BC;
}
.TagClassName
{
border-color: #4BA5BC;
}
</style>