#7480DE

Color #7480DE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7480DE

Tints of Portage #7480DE

Color information

#7480DE (or 0x7480DE) is unknown color: approx Portage. HEX triplet: 74, 80 and DE. RGB value is (116,128,222). Sum of RGB (Red+Green+Blue) = 116+128+222=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #7480DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7480DE is #8B7F21. Grayscale: #868686. Windows color (decimal): -9142050 or 14581876. OLE color: 14581876.

HSL color Cylindrical-coordinate representation of color #7480DE: hue angle of 233.21º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7480DE is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116128222-
CMYK0.480.4200.13
HSL233.21º61.63%66.27%-
HSV(B)233.21º47.75%87.06%-
XYZ28.1124.4372.34-
YUV135.13177.02114.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.89%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 222 (87.11% from 255) = 47.64%
R=24.89%
G=27.47%
B=47.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161282220.480.4200.13233.2161.6366.27
Hex7480DE302A0De93e42
Octal164200336605201535176102
Binary1110100100000001101111011000010101001101111010011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7480DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7480DE; }

 p { color: rgb(116,128,222); }

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

<style>
 a { background-color: #7480DE; }

 a { background-color: rgb(116,128,222); }

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

<style>
 span { border-color: #7480DE; }

 span { border-color: rgb(116,128,222); }

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