#414761

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

Shades of Port Gore #414761

Tints of Port Gore #414761

Color information

#414761 (or 0x414761) is unknown color: approx Port Gore. HEX triplet: 41, 47 and 61. RGB value is (65,71,97). Sum of RGB (Red+Green+Blue) = 65+71+97=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #414761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414761 is #BEB89E. Grayscale: #484848. Windows color (decimal): -12499103 or 6375233. OLE color: 6375233.

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

Color convert

RGB657197-
CMYK0.330.2700.62
HSL228.75º19.75%31.76%-
HSV(B)228.75º32.99%38.04%-
XYZ6.596.4912.22-
YUV72.17142.01122.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=27.90%
G=30.47%
B=41.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6571970.330.2700.62228.7519.7531.76
Hex414761211B03Ee51420
Octal10110714141330763452440
Binary1000001100011111000011000011101101111101110010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414761; }

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

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

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

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

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

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

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

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