#414972

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

Shades of Port Gore #414972

Tints of Port Gore #414972

Color information

#414972 (or 0x414972) is unknown color: approx Port Gore. HEX triplet: 41, 49 and 72. RGB value is (65,73,114). Sum of RGB (Red+Green+Blue) = 65+73+114=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #414972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414972 is #BEB68D. Grayscale: #4B4B4B. Windows color (decimal): -12498574 or 7489857. OLE color: 7489857.

HSL color Cylindrical-coordinate representation of color #414972: hue angle of 230.2º 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 #414972 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6573114-
CMYK0.430.3600.55
HSL230.2º27.37%35.1%-
HSV(B)230.2º42.98%44.71%-
XYZ7.67.116.89-
YUV75.28149.85120.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.79%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=25.79%
G=28.97%
B=45.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65731140.430.3600.55230.227.3735.1
Hex4149722B24037e61b23
Octal10111116253440673463343
Binary10000011001001111001010101110010001101111110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414972; }

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

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

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

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

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

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

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

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