#74A6CC

Color #74A6CC Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #74A6CC

Tints of Seagull #74A6CC

Color information

#74A6CC (or 0x74A6CC) is unknown color: approx Seagull. HEX triplet: 74, A6 and CC. RGB value is (116,166,204). Sum of RGB (Red+Green+Blue) = 116+166+204=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #74A6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A6CC is #8B5933. Grayscale: #9B9B9B. Windows color (decimal): -9132340 or 13411956. OLE color: 13411956.

HSL color Cylindrical-coordinate representation of color #74A6CC: hue angle of 205.91º 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 #74A6CC is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116166204-
CMYK0.430.1900.2
HSL205.91º46.32%62.75%-
HSV(B)205.91º43.14%80%-
XYZ31.7435.3562.28-
YUV155.38155.4499.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 23.87%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=23.87%
G=34.16%
B=41.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161662040.430.1900.2205.9146.3262.75
Hex74A6CC2B13014ce2e3f
Octal16424631453230243165677
Binary111010010100110110011001010111001101010011001110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A6CC; }

 p { color: rgb(116,166,204); }

 H1.HeaderClassName
 {
   color: #74A6CC;
 }
 .AnyTagClassName
 {
   color: #74A6CC;
 }
</style>
background-color css

<style>
 a { background-color: #74A6CC; }

 a { background-color: rgb(116,166,204); }

 div.DivClassName
 {
   background-color: #74A6CC;
 }
 .BgClassName
 {
   background-color: #74A6CC;
 }
</style>
border-color css

<style>
 span { border-color: #74A6CC; }

 span { border-color: rgb(116,166,204); }

 td.TdClassName
 {
   border-color: #74A6CC;
 }
 .TagClassName
 {
   border-color: #74A6CC;
 }
</style>