Html Css Color HEX #40649F Mariner

📋 copy color: '#40649F'

red 64 ◦ green 100 ◦ blue 159

#40649F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #40649F

Tints of Mariner #40649F

RGB

 RED value IS 64 (25.39% from 255) = 19.81%

 GREEN value IS 100 (39.45% from 255) = 30.96%

 BLUE value IS 159 (62.5% from 255) = 49.23%

R = 19.81%
G = 30.96%
B = 49.23%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40649F (or 0x40649F) is known color: Mariner. HEX triplet: 40, 64 and 9F. RGB value is (64,100,159). Sum of RGB (Red+Green+Blue) = 64+100+159=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #40649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40649F is #BF9B60. Grayscale: #5F5F5F. Windows color (decimal): -12557153 or 10445888. OLE color: 10445888.

HSL color Cylindrical-coordinate representation of color #40649F: hue angle of 217.26º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40649F is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 100 159 -
CMYK 0.60 0.37 0 0.38
HSL 217.26º 0.43% 0.44% -
HSV(B) 217.26º 0.6% 0.62% -
XYZ 12.93 12.71 34.57 -
YUV 95.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 64 100 159 0.60 0.37 0 0.38 217.26 0.43 0.44
Hex 40 64 9F 3C 25 0 26 D9 2B 2C
Octal 100 144 237 74 45 0 46 331 53 54
Binary 1000000 1100100 10011111 111100 100101 0 100110 11011001 101011 101100

Color Harmonies of #40649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40649F

Black with #40649F

Text Example


Text Example

White with #40649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40649F;
 }
 .AnyTagClassName
 {
   color: #40649F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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