#414970

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

Shades of Port Gore #414970

Tints of Port Gore #414970

Color information

#414970 (or 0x414970) is unknown color: approx Port Gore. HEX triplet: 41, 49 and 70. RGB value is (65,73,112). Sum of RGB (Red+Green+Blue) = 65+73+112=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #414970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414970 is #BEB68F. Grayscale: #4A4A4A. Windows color (decimal): -12498576 or 7358785. OLE color: 7358785.

HSL color Cylindrical-coordinate representation of color #414970: hue angle of 229.79º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414970 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6573112-
CMYK0.420.3500.56
HSL229.79º26.55%34.71%-
HSV(B)229.79º41.96%43.92%-
XYZ7.497.0616.3-
YUV75.05148.85120.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=26%
G=29.2%
B=44.8%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65731120.420.3500.56229.7926.5534.71
Hex4149702A23038e61b23
Octal10111116052430703463343
Binary10000011001001111000010101010001101110001110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414970; }

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

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

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

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

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

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

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

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