#414760

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

Shades of Port Gore #414760

Tints of Port Gore #414760

Color information

#414760 (or 0x414760) is unknown color: approx Port Gore. HEX triplet: 41, 47 and 60. RGB value is (65,71,96). Sum of RGB (Red+Green+Blue) = 65+71+96=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #414760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414760 is #BEB89F. Grayscale: #474747. Windows color (decimal): -12499104 or 6309697. OLE color: 6309697.

HSL color Cylindrical-coordinate representation of color #414760: hue angle of 228.39º 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 #414760 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB657196-
CMYK0.320.2600.62
HSL228.39º19.25%31.57%-
HSV(B)228.39º32.29%37.65%-
XYZ6.546.4711.97-
YUV72.06141.51122.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=28.02%
G=30.60%
B=41.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6571960.320.2600.62228.3919.2531.57
Hex414760201A03Ee41320
Octal10110714040320763442340
Binary1000001100011111000001000001101001111101110010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414760; }

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

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

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

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

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

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

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

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