Html Css Color HEX #40629F Mariner

📋 copy color: '#40629F'

red 64 ◦ green 98 ◦ blue 159

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

Shades of Mariner #40629F

Tints of Mariner #40629F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

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

R = 19.94%
G = 30.53%
B = 49.53%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40629F (or 0x40629F) is known color: Mariner. HEX triplet: 40, 62 and 9F. RGB value is (64,98,159). Sum of RGB (Red+Green+Blue) = 64+98+159=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #40629F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40629F is #BF9D60. Grayscale: #5E5E5E. Windows color (decimal): -12557665 or 10445376. OLE color: 10445376.

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

Color convert

RGB 64 98 159 -
CMYK 0.60 0.38 0 0.38
HSL 218.53º 0.43% 0.44% -
HSV(B) 218.53º 0.6% 0.62% -
XYZ 12.74 12.33 34.51 -
YUV 94.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 64 98 159 0.60 0.38 0 0.38 218.53 0.43 0.44
Hex 40 62 9F 3C 26 0 26 DB 2B 2C
Octal 100 142 237 74 46 0 46 333 53 54
Binary 1000000 1100010 10011111 111100 100110 0 100110 11011011 101011 101100

Color Harmonies of #40629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40629F

Black with #40629F

Text Example


Text Example

White with #40629F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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