#74B4CC

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

Shades of Seagull #74B4CC

Tints of Seagull #74B4CC

Color information

#74B4CC (or 0x74B4CC) is unknown color: approx Seagull. HEX triplet: 74, B4 and CC. RGB value is (116,180,204). Sum of RGB (Red+Green+Blue) = 116+180+204=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #74B4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B4CC is #8B4B33. Grayscale: #A3A3A3. Windows color (decimal): -9128756 or 13415540. OLE color: 13415540.

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

Color convert

RGB116180204-
CMYK0.430.1200.2
HSL196.36º46.32%62.75%-
HSV(B)196.36º43.14%80%-
XYZ34.4240.7263.17-
YUV163.6150.894.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.2%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=23.2%
G=36%
B=40.8%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161802040.430.1200.2196.3646.3262.75
Hex74B4CC2BC014c42e3f
Octal16426431453140243045677
Binary11101001011010011001100101011110001010011000100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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