Shades of Seagull #74A6CB
Tints of Seagull #74A6CB
RGB
CMYK
RGB Variations
Color information
#74A6CB (or 0x74A6CB) is known color: Seagull. HEX triplet: 74, A6 and CB. RGB value is (116,166,203). Sum of RGB (Red+Green+Blue) = 116+166+203=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #74A6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A6CB is #8B5934. Grayscale: #9B9B9B. Windows color (decimal): -9132341 or 13346420. OLE color: 13346420.
HSL color Cylindrical-coordinate representation of color #74A6CB: hue angle of 205.52º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74A6CB is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 166 | 203 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.20 |
| HSL | 205.52º | 0.46% | 0.63% | - |
| HSV(B) | 205.52º | 0.43% | 0.8% | - |
| XYZ | 31.62 | 35.3 | 61.65 | - |
| YUV | 155.27 | 154.94 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 203 | 0.43 | 0.18 | 0 | 0.20 | 205.52 | 0.46 | 0.63 |
| Hex | 74 | A6 | CB | 2B | 12 | 0 | 14 | CE | 2E | 3F |
| Octal | 164 | 246 | 313 | 53 | 22 | 0 | 24 | 316 | 56 | 77 |
| Binary | 1110100 | 10100110 | 11001011 | 101011 | 10010 | 0 | 10100 | 11001110 | 101110 | 111111 |
Color Harmonies of #74A6CB
Complementary color
Monochromatic Colors of #74A6CB
Black with #74A6CB
Text Example
Text Example
White with #74A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A6CB; }
p { color: rgb(116,166,203); }
H1.HeaderClassName
{
color: #74A6CB;
}
.AnyTagClassName
{
color: #74A6CB;
}
</style>
background-color css
<style>
a { background-color: #74A6CB; }
a { background-color: rgb(116,166,203); }
div.DivClassName
{
background-color: #74A6CB;
}
.BgClassName
{
background-color: #74A6CB;
}
</style>
border-color css
<style>
span { border-color: #74A6CB; }
span { border-color: rgb(116,166,203); }
td.TdClassName
{
border-color: #74A6CB;
}
.TagClassName
{
border-color: #74A6CB;
}
</style>