#414562

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

Shades of Port Gore #414562

Tints of Port Gore #414562

Color information

#414562 (or 0x414562) is unknown color: approx Port Gore. HEX triplet: 41, 45 and 62. RGB value is (65,69,98). Sum of RGB (Red+Green+Blue) = 65+69+98=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #414562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414562 is #BEBA9D. Grayscale: #464646. Windows color (decimal): -12499614 or 6440257. OLE color: 6440257.

HSL color Cylindrical-coordinate representation of color #414562: hue angle of 232.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414562 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB656998-
CMYK0.340.3000.62
HSL232.73º20.25%31.96%-
HSV(B)232.73º33.67%38.43%-
XYZ6.516.2612.42-
YUV71.11143.17123.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=28.02%
G=29.74%
B=42.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6569980.340.3000.62232.7320.2531.96
Hex414562221E03Ee91420
Octal10110514242360763512440
Binary1000001100010111000101000101111001111101110100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414562; }

 p { color: rgb(65,69,98); }

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

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

 a { background-color: rgb(65,69,98); }

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

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

 span { border-color: rgb(65,69,98); }

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