#414870

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

Shades of Port Gore #414870

Tints of Port Gore #414870

Color information

#414870 (or 0x414870) is unknown color: approx Port Gore. HEX triplet: 41, 48 and 70. RGB value is (65,72,112). Sum of RGB (Red+Green+Blue) = 65+72+112=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #414870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414870 is #BEB78F. Grayscale: #4A4A4A. Windows color (decimal): -12498832 or 7358529. OLE color: 7358529.

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

Color convert

RGB6572112-
CMYK0.420.3600.56
HSL231.06º26.55%34.71%-
HSV(B)231.06º41.96%43.92%-
XYZ7.426.9316.28-
YUV74.47149.18121.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=26.10%
G=28.92%
B=44.98%

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
Decimal65721120.420.3600.56231.0626.5534.71
Hex4148702A24038e71b23
Octal10111016052440703473343
Binary10000011001000111000010101010010001110001110011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414870; }

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

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

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

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

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

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

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

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