#414763

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

Shades of Port Gore #414763

Tints of Port Gore #414763

Color information

#414763 (or 0x414763) is unknown color: approx Port Gore. HEX triplet: 41, 47 and 63. RGB value is (65,71,99). Sum of RGB (Red+Green+Blue) = 65+71+99=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #414763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414763 is #BEB89C. Grayscale: #484848. Windows color (decimal): -12499101 or 6506305. OLE color: 6506305.

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

Color convert

RGB657199-
CMYK0.340.2800.61
HSL229.41º20.73%32.16%-
HSV(B)229.41º34.34%38.82%-
XYZ6.696.5312.71-
YUV72.4143.01122.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=27.66%
G=30.21%
B=42.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6571990.340.2800.61229.4120.7332.16
Hex414763221C03De51520
Octal10110714342340753452540
Binary1000001100011111000111000101110001111011110010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414763; }

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

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

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

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

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

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

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

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