#40649A

Color #40649A Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #40649A

Tints of Mariner #40649A

Color information

#40649A (or 0x40649A) is unknown color: approx Mariner. HEX triplet: 40, 64 and 9A. RGB value is (64,100,154). Sum of RGB (Red+Green+Blue) = 64+100+154=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #40649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40649A is #BF9B65. Grayscale: #5F5F5F. Windows color (decimal): -12557158 or 10118208. OLE color: 10118208.

HSL color Cylindrical-coordinate representation of color #40649A: hue angle of 216º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40649A is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB64100154-
CMYK0.580.3500.40
HSL216º41.28%42.75%-
HSV(B)216º58.44%60.39%-
XYZ12.512.5432.33-
YUV95.39161.07105.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=20.13%
G=31.45%
B=48.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641001540.580.3500.4021641.2842.75
Hex40649A3A23028d8292b
Octal10014423272430503305153
Binary1000000110010010011010111010100011010100011011000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40649A; }

 p { color: rgb(64,100,154); }

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

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

 a { background-color: rgb(64,100,154); }

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

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

 span { border-color: rgb(64,100,154); }

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