#414A71

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

Shades of Port Gore #414A71

Tints of Port Gore #414A71

Color information

#414A71 (or 0x414A71) is unknown color: approx Port Gore. HEX triplet: 41, 4A and 71. RGB value is (65,74,113). Sum of RGB (Red+Green+Blue) = 65+74+113=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #414A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A71 is #BEB58E. Grayscale: #4B4B4B. Windows color (decimal): -12498319 or 7424577. OLE color: 7424577.

HSL color Cylindrical-coordinate representation of color #414A71: hue angle of 228.75º 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 #414A71 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6574113-
CMYK0.420.3500.56
HSL228.75º26.97%34.9%-
HSV(B)228.75º42.48%44.31%-
XYZ7.617.2116.61-
YUV75.76149.02120.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.79%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=25.79%
G=29.37%
B=44.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65741130.420.3500.56228.7526.9734.9
Hex414A712A23038e51b23
Octal10111216152430703453343
Binary10000011001010111000110101010001101110001110010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414A71; }

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

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

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

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

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

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

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

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