#414661

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

Shades of Port Gore #414661

Tints of Port Gore #414661

Color information

#414661 (or 0x414661) is unknown color: approx Port Gore. HEX triplet: 41, 46 and 61. RGB value is (65,70,97). Sum of RGB (Red+Green+Blue) = 65+70+97=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #414661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414661 is #BEB99E. Grayscale: #474747. Windows color (decimal): -12499359 or 6374977. OLE color: 6374977.

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

Color convert

RGB657097-
CMYK0.330.2800.62
HSL230.62º19.75%31.76%-
HSV(B)230.62º32.99%38.04%-
XYZ6.536.3712.19-
YUV71.58142.34123.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=28.02%
G=30.17%
B=41.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6570970.330.2800.62230.6219.7531.76
Hex414661211C03Ee71420
Octal10110614141340763472440
Binary1000001100011011000011000011110001111101110011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414661; }

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

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

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

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

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

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

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

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