#414871

Color #414871 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #414871

Tints of Port Gore #414871

Color information

#414871 (or 0x414871) is unknown color: approx Port Gore. HEX triplet: 41, 48 and 71. RGB value is (65,72,113). Sum of RGB (Red+Green+Blue) = 65+72+113=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #414871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414871 is #BEB78E. Grayscale: #4A4A4A. Windows color (decimal): -12498831 or 7424065. OLE color: 7424065.

HSL color Cylindrical-coordinate representation of color #414871: hue angle of 231.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414871 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6572113-
CMYK0.420.3600.56
HSL231.25º26.97%34.9%-
HSV(B)231.25º42.48%44.31%-
XYZ7.486.9516.57-
YUV74.58149.68121.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=26%
G=28.8%
B=45.2%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65721130.420.3600.56231.2526.9734.9
Hex4148712A24038e71b23
Octal10111016152440703473343
Binary10000011001000111000110101010010001110001110011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414871; }

 p { color: rgb(65,72,113); }

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

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

 a { background-color: rgb(65,72,113); }

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

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

 span { border-color: rgb(65,72,113); }

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