#414A6C

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

Shades of Port Gore #414A6C

Tints of Port Gore #414A6C

Color information

#414A6C (or 0x414A6C) is unknown color: approx Port Gore. HEX triplet: 41, 4A and 6C. RGB value is (65,74,108). Sum of RGB (Red+Green+Blue) = 65+74+108=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #414A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A6C is #BEB593. Grayscale: #4B4B4B. Windows color (decimal): -12498324 or 7096897. OLE color: 7096897.

HSL color Cylindrical-coordinate representation of color #414A6C: hue angle of 227.44º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #414A6C is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6574108-
CMYK0.400.3100.58
HSL227.44º24.86%33.92%-
HSV(B)227.44º39.81%42.35%-
XYZ7.347.115.17-
YUV75.18146.52120.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=26.32%
G=29.96%
B=43.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65741080.400.3100.58227.4424.8633.92
Hex414A6C281F03Ae31922
Octal10111215450370723433142
Binary1000001100101011011001010001111101110101110001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414A6C; }

 p { color: rgb(65,74,108); }

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

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

 a { background-color: rgb(65,74,108); }

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

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

 span { border-color: rgb(65,74,108); }

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