#414775

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

Shades of Port Gore #414775

Tints of Port Gore #414775

Color information

#414775 (or 0x414775) is unknown color: approx Port Gore. HEX triplet: 41, 47 and 75. RGB value is (65,71,117). Sum of RGB (Red+Green+Blue) = 65+71+117=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #414775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414775 is #BEB88A. Grayscale: #4A4A4A. Windows color (decimal): -12499083 or 7685953. OLE color: 7685953.

HSL color Cylindrical-coordinate representation of color #414775: hue angle of 233.08º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #414775 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6571117-
CMYK0.440.3900.54
HSL233.08º28.57%35.69%-
HSV(B)233.08º44.44%45.88%-
XYZ7.646.9117.76-
YUV74.45152.01121.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 71 (28.12% from 255) = 28.06%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=25.69%
G=28.06%
B=46.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65711170.440.3900.54233.0828.5735.69
Hex4147752C27036e91d24
Octal10110716554470663513544
Binary10000011000111111010110110010011101101101110100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414775; }

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

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

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

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

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

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

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

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