Shades of Viking #4AAEBD
Tints of Viking #4AAEBD
RGB
CMYK
RGB Variations
Color information
#4AAEBD (or 0x4AAEBD) is known color: Viking. HEX triplet: 4A, AE and BD. RGB value is (74,174,189). Sum of RGB (Red+Green+Blue) = 74+174+189=437 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.93% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #4AAEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAEBD is #B55142. Grayscale: #919191. Windows color (decimal): -11882819 or 12430922. OLE color: 12430922.
HSL color Cylindrical-coordinate representation of color #4AAEBD: hue angle of 187.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AAEBD is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 174 | 189 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.26 |
| HSL | 187.83º | 0.47% | 0.52% | - |
| HSV(B) | 187.83º | 0.61% | 0.74% | - |
| XYZ | 27.15 | 35.4 | 53.55 | - |
| YUV | 145.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 189 | 0.61 | 0.08 | 0 | 0.26 | 187.83 | 0.47 | 0.52 |
| Hex | 4A | AE | BD | 3D | 8 | 0 | 1A | BC | 2F | 34 |
| Octal | 112 | 256 | 275 | 75 | 10 | 0 | 32 | 274 | 57 | 64 |
| Binary | 1001010 | 10101110 | 10111101 | 111101 | 1000 | 0 | 11010 | 10111100 | 101111 | 110100 |
Color Harmonies of #4AAEBD
Complementary color
Monochromatic Colors of #4AAEBD
Black with #4AAEBD
Text Example
Text Example
White with #4AAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAEBD; }
p { color: rgb(74,174,189); }
H1.HeaderClassName
{
color: #4AAEBD;
}
.AnyTagClassName
{
color: #4AAEBD;
}
</style>
background-color css
<style>
a { background-color: #4AAEBD; }
a { background-color: rgb(74,174,189); }
div.DivClassName
{
background-color: #4AAEBD;
}
.BgClassName
{
background-color: #4AAEBD;
}
</style>
border-color css
<style>
span { border-color: #4AAEBD; }
span { border-color: rgb(74,174,189); }
td.TdClassName
{
border-color: #4AAEBD;
}
.TagClassName
{
border-color: #4AAEBD;
}
</style>