#414669

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

Shades of Port Gore #414669

Tints of Port Gore #414669

Color information

#414669 (or 0x414669) is unknown color: approx Port Gore. HEX triplet: 41, 46 and 69. RGB value is (65,70,105). Sum of RGB (Red+Green+Blue) = 65+70+105=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #414669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414669 is #BEB996. Grayscale: #484848. Windows color (decimal): -12499351 or 6899265. OLE color: 6899265.

HSL color Cylindrical-coordinate representation of color #414669: hue angle of 232.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #414669 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6570105-
CMYK0.380.3300.59
HSL232.5º23.53%33.33%-
HSV(B)232.5º38.1%41.18%-
XYZ6.926.5214.26-
YUV72.49146.34122.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=27.08%
G=29.17%
B=43.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65701050.380.3300.59232.523.5333.33
Hex414669262103Be81821
Octal10110615146410733503041
Binary10000011000110110100110011010000101110111110100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414669; }

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

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

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

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

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

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

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

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