#414563

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

Shades of Port Gore #414563

Tints of Port Gore #414563

Color information

#414563 (or 0x414563) is unknown color: approx Port Gore. HEX triplet: 41, 45 and 63. RGB value is (65,69,99). Sum of RGB (Red+Green+Blue) = 65+69+99=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #414563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414563 is #BEBA9C. Grayscale: #474747. Windows color (decimal): -12499613 or 6505793. OLE color: 6505793.

HSL color Cylindrical-coordinate representation of color #414563: hue angle of 232.94º 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 #414563 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB656999-
CMYK0.340.3000.61
HSL232.94º20.73%32.16%-
HSV(B)232.94º34.34%38.82%-
XYZ6.566.2812.67-
YUV71.22143.67123.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=27.90%
G=29.61%
B=42.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6569990.340.3000.61232.9420.7332.16
Hex414563221E03De91520
Octal10110514342360753512540
Binary1000001100010111000111000101111001111011110100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414563; }

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

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

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

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

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

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

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

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