Shades of Seagull #74A7CB
Tints of Seagull #74A7CB
RGB
CMYK
RGB Variations
Color information
#74A7CB (or 0x74A7CB) is known color: Seagull. HEX triplet: 74, A7 and CB. RGB value is (116,167,203). Sum of RGB (Red+Green+Blue) = 116+167+203=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #74A7CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A7CB is #8B5834. Grayscale: #9B9B9B. Windows color (decimal): -9132085 or 13346676. OLE color: 13346676.
HSL color Cylindrical-coordinate representation of color #74A7CB: hue angle of 204.83º 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 #74A7CB is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 167 | 203 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.20 |
| HSL | 204.83º | 0.46% | 0.63% | - |
| HSV(B) | 204.83º | 0.43% | 0.8% | - |
| XYZ | 31.8 | 35.66 | 61.71 | - |
| YUV | 155.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 203 | 0.43 | 0.18 | 0 | 0.20 | 204.83 | 0.46 | 0.63 |
| Hex | 74 | A7 | CB | 2B | 12 | 0 | 14 | CD | 2E | 3F |
| Octal | 164 | 247 | 313 | 53 | 22 | 0 | 24 | 315 | 56 | 77 |
| Binary | 1110100 | 10100111 | 11001011 | 101011 | 10010 | 0 | 10100 | 11001101 | 101110 | 111111 |
Color Harmonies of #74A7CB
Complementary color
Monochromatic Colors of #74A7CB
Black with #74A7CB
Text Example
Text Example
White with #74A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A7CB; }
p { color: rgb(116,167,203); }
H1.HeaderClassName
{
color: #74A7CB;
}
.AnyTagClassName
{
color: #74A7CB;
}
</style>
background-color css
<style>
a { background-color: #74A7CB; }
a { background-color: rgb(116,167,203); }
div.DivClassName
{
background-color: #74A7CB;
}
.BgClassName
{
background-color: #74A7CB;
}
</style>
border-color css
<style>
span { border-color: #74A7CB; }
span { border-color: rgb(116,167,203); }
td.TdClassName
{
border-color: #74A7CB;
}
.TagClassName
{
border-color: #74A7CB;
}
</style>