#414462

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

Shades of Port Gore #414462

Tints of Port Gore #414462

Color information

#414462 (or 0x414462) is unknown color: approx Port Gore. HEX triplet: 41, 44 and 62. RGB value is (65,68,98). Sum of RGB (Red+Green+Blue) = 65+68+98=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #414462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414462 is #BEBB9D. Grayscale: #464646. Windows color (decimal): -12499870 or 6440001. OLE color: 6440001.

HSL color Cylindrical-coordinate representation of color #414462: hue angle of 234.55º 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 #414462 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB656898-
CMYK0.340.3100.62
HSL234.55º20.25%31.96%-
HSV(B)234.55º33.67%38.43%-
XYZ6.456.1412.4-
YUV70.52143.51124.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=28.14%
G=29.44%
B=42.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6568980.340.3100.62234.5520.2531.96
Hex414462221F03Eeb1420
Octal10110414242370763532440
Binary1000001100010011000101000101111101111101110101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414462; }

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

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

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

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

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

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

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

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