#414963

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

Shades of Port Gore #414963

Tints of Port Gore #414963

Color information

#414963 (or 0x414963) is unknown color: approx Port Gore. HEX triplet: 41, 49 and 63. RGB value is (65,73,99). Sum of RGB (Red+Green+Blue) = 65+73+99=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #414963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414963 is #BEB69C. Grayscale: #494949. Windows color (decimal): -12498589 or 6506817. OLE color: 6506817.

HSL color Cylindrical-coordinate representation of color #414963: hue angle of 225.88º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414963 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB657399-
CMYK0.340.2600.61
HSL225.88º20.73%32.16%-
HSV(B)225.88º34.34%38.82%-
XYZ6.816.7912.76-
YUV73.57142.35121.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=27.43%
G=30.80%
B=41.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6573990.340.2600.61225.8820.7332.16
Hex414963221A03De21520
Octal10111114342320753422540
Binary1000001100100111000111000101101001111011110001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414963; }

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

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

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

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

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

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

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

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