Shades of Seagull #74A9CB
Tints of Seagull #74A9CB
RGB
CMYK
RGB Variations
Color information
#74A9CB (or 0x74A9CB) is known color: Seagull. HEX triplet: 74, A9 and CB. RGB value is (116,169,203). Sum of RGB (Red+Green+Blue) = 116+169+203=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #74A9CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A9CB is #8B5634. Grayscale: #9C9C9C. Windows color (decimal): -9131573 or 13347188. OLE color: 13347188.
HSL color Cylindrical-coordinate representation of color #74A9CB: hue angle of 203.45º 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 #74A9CB is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 169 | 203 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.20 |
| HSL | 203.45º | 0.46% | 0.63% | - |
| HSV(B) | 203.45º | 0.43% | 0.8% | - |
| XYZ | 32.17 | 36.4 | 61.83 | - |
| YUV | 157.03 | 153.94 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 169 | 203 | 0.43 | 0.17 | 0 | 0.20 | 203.45 | 0.46 | 0.63 |
| Hex | 74 | A9 | CB | 2B | 11 | 0 | 14 | CB | 2E | 3F |
| Octal | 164 | 251 | 313 | 53 | 21 | 0 | 24 | 313 | 56 | 77 |
| Binary | 1110100 | 10101001 | 11001011 | 101011 | 10001 | 0 | 10100 | 11001011 | 101110 | 111111 |
Color Harmonies of #74A9CB
Complementary color
Monochromatic Colors of #74A9CB
Black with #74A9CB
Text Example
Text Example
White with #74A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A9CB; }
p { color: rgb(116,169,203); }
H1.HeaderClassName
{
color: #74A9CB;
}
.AnyTagClassName
{
color: #74A9CB;
}
</style>
background-color css
<style>
a { background-color: #74A9CB; }
a { background-color: rgb(116,169,203); }
div.DivClassName
{
background-color: #74A9CB;
}
.BgClassName
{
background-color: #74A9CB;
}
</style>
border-color css
<style>
span { border-color: #74A9CB; }
span { border-color: rgb(116,169,203); }
td.TdClassName
{
border-color: #74A9CB;
}
.TagClassName
{
border-color: #74A9CB;
}
</style>