#414975

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

Shades of Port Gore #414975

Tints of Port Gore #414975

Color information

#414975 (or 0x414975) is unknown color: approx Port Gore. HEX triplet: 41, 49 and 75. RGB value is (65,73,117). Sum of RGB (Red+Green+Blue) = 65+73+117=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #414975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414975 is #BEB68A. Grayscale: #4B4B4B. Windows color (decimal): -12498571 or 7686465. OLE color: 7686465.

HSL color Cylindrical-coordinate representation of color #414975: hue angle of 230.77º 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 #414975 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6573117-
CMYK0.440.3800.54
HSL230.77º28.57%35.69%-
HSV(B)230.77º44.44%45.88%-
XYZ7.777.1717.8-
YUV75.62151.35120.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=25.49%
G=28.63%
B=45.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65731170.440.3800.54230.7728.5735.69
Hex4149752C26036e71d24
Octal10111116554460663473544
Binary10000011001001111010110110010011001101101110011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414975; }

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

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

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

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

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

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

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

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