#414460

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

Shades of Port Gore #414460

Tints of Port Gore #414460

Color information

#414460 (or 0x414460) is unknown color: approx Port Gore. HEX triplet: 41, 44 and 60. RGB value is (65,68,96). Sum of RGB (Red+Green+Blue) = 65+68+96=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #414460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414460 is #BEBB9F. Grayscale: #464646. Windows color (decimal): -12499872 or 6308929. OLE color: 6308929.

HSL color Cylindrical-coordinate representation of color #414460: hue angle of 234.19º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414460 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB656896-
CMYK0.320.2900.62
HSL234.19º19.25%31.57%-
HSV(B)234.19º32.29%37.65%-
XYZ6.366.111.91-
YUV70.3142.51124.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=28.38%
G=29.69%
B=41.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6568960.320.2900.62234.1919.2531.57
Hex414460201D03Eea1320
Octal10110414040350763522340
Binary1000001100010011000001000001110101111101110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414460; }

 p { color: rgb(65,68,96); }

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

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

 a { background-color: rgb(65,68,96); }

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

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

 span { border-color: rgb(65,68,96); }

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