#414A72

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

Shades of Port Gore #414A72

Tints of Port Gore #414A72

Color information

#414A72 (or 0x414A72) is unknown color: approx Port Gore. HEX triplet: 41, 4A and 72. RGB value is (65,74,114). Sum of RGB (Red+Green+Blue) = 65+74+114=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #414A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A72 is #BEB58D. Grayscale: #4B4B4B. Windows color (decimal): -12498318 or 7490113. OLE color: 7490113.

HSL color Cylindrical-coordinate representation of color #414A72: hue angle of 228.98º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #414A72 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6574114-
CMYK0.430.3500.55
HSL228.98º27.37%35.1%-
HSV(B)228.98º42.98%44.71%-
XYZ7.677.2416.91-
YUV75.87149.52120.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=25.69%
G=29.25%
B=45.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65741140.430.3500.55228.9827.3735.1
Hex414A722B23037e51b23
Octal10111216253430673453343
Binary10000011001010111001010101110001101101111110010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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