Html Css Color HEX #40609F Mariner

📋 copy color: '#40609F'

red 64 ◦ green 96 ◦ blue 159

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

Shades of Mariner #40609F

Tints of Mariner #40609F

RGB

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

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

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

R = 20.06%
G = 30.09%
B = 49.84%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40609F (or 0x40609F) is known color: Mariner. HEX triplet: 40, 60 and 9F. RGB value is (64,96,159). Sum of RGB (Red+Green+Blue) = 64+96+159=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #40609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40609F is #BF9F60. Grayscale: #5D5D5D. Windows color (decimal): -12558177 or 10444864. OLE color: 10444864.

HSL color Cylindrical-coordinate representation of color #40609F: hue angle of 219.79º 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 #40609F is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 96 159 -
CMYK 0.60 0.40 0 0.38
HSL 219.79º 0.43% 0.44% -
HSV(B) 219.79º 0.6% 0.62% -
XYZ 12.56 11.96 34.45 -
YUV 93.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 64 96 159 0.60 0.40 0 0.38 219.79 0.43 0.44
Hex 40 60 9F 3C 28 0 26 DC 2B 2C
Octal 100 140 237 74 50 0 46 334 53 54
Binary 1000000 1100000 10011111 111100 101000 0 100110 11011100 101011 101100

Color Harmonies of #40609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40609F

Black with #40609F

Text Example


Text Example

White with #40609F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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