#414A6B

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

Shades of Port Gore #414A6B

Tints of Port Gore #414A6B

Color information

#414A6B (or 0x414A6B) is unknown color: approx Port Gore. HEX triplet: 41, 4A and 6B. RGB value is (65,74,107). Sum of RGB (Red+Green+Blue) = 65+74+107=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #414A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A6B is #BEB594. Grayscale: #4A4A4A. Windows color (decimal): -12498325 or 7031361. OLE color: 7031361.

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

Color convert

RGB6574107-
CMYK0.390.3100.58
HSL227.14º24.42%33.73%-
HSV(B)227.14º39.25%41.96%-
XYZ7.287.0814.89-
YUV75.07146.02120.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=26.42%
G=30.08%
B=43.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65741070.390.3100.58227.1424.4233.73
Hex414A6B271F03Ae31822
Octal10111215347370723433042
Binary1000001100101011010111001111111101110101110001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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