Html Css Color HEX #40609E Mariner

📋 copy color: '#40609E'

red 64 ◦ green 96 ◦ blue 158

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

Shades of Mariner #40609E

Tints of Mariner #40609E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

 BLUE value IS 158 (62.11% from 255) = 49.69%

R = 20.13%
G = 30.19%
B = 49.69%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40609E (or 0x40609E) is known color: Mariner. HEX triplet: 40, 60 and 9E. RGB value is (64,96,158). Sum of RGB (Red+Green+Blue) = 64+96+158=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #40609E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40609E is #BF9F61. Grayscale: #5D5D5D. Windows color (decimal): -12558178 or 10379328. OLE color: 10379328.

HSL color Cylindrical-coordinate representation of color #40609E: hue angle of 219.57º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40609E is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 96 158 -
CMYK 0.59 0.39 0 0.38
HSL 219.57º 0.42% 0.44% -
HSV(B) 219.57º 0.59% 0.62% -
XYZ 12.47 11.92 33.99 -
YUV 93.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 64 96 158 0.59 0.39 0 0.38 219.57 0.42 0.44
Hex 40 60 9E 3B 27 0 26 DC 2A 2C
Octal 100 140 236 73 47 0 46 334 52 54
Binary 1000000 1100000 10011110 111011 100111 0 100110 11011100 101010 101100

Color Harmonies of #40609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40609E

Black with #40609E

Text Example


Text Example

White with #40609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40609E; }

 p { color: rgb(64,96,158); }

 H1.HeaderClassName
 {
   color: #40609E;
 }
 .AnyTagClassName
 {
   color: #40609E;
 }
</style>

background-color css

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

 a { background-color: rgb(64,96,158); }

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

border-color css

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

 span { border-color: rgb(64,96,158); }

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