Html Css Color HEX #40679E Mariner

📋 copy color: '#40679E'

red 64 ◦ green 103 ◦ blue 158

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

Shades of Mariner #40679E

Tints of Mariner #40679E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

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

R = 19.69%
G = 31.69%
B = 48.62%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40679E (or 0x40679E) is known color: Mariner. HEX triplet: 40, 67 and 9E. RGB value is (64,103,158). Sum of RGB (Red+Green+Blue) = 64+103+158=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #40679E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40679E is #BF9861. Grayscale: #616161. Windows color (decimal): -12556386 or 10381120. OLE color: 10381120.

HSL color Cylindrical-coordinate representation of color #40679E: hue angle of 215.11º 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 #40679E is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 103 158 -
CMYK 0.59 0.35 0 0.38
HSL 215.11º 0.42% 0.44% -
HSV(B) 215.11º 0.59% 0.62% -
XYZ 13.14 13.26 34.21 -
YUV 97.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 64 103 158 0.59 0.35 0 0.38 215.11 0.42 0.44
Hex 40 67 9E 3B 23 0 26 D7 2A 2C
Octal 100 147 236 73 43 0 46 327 52 54
Binary 1000000 1100111 10011110 111011 100011 0 100110 11010111 101010 101100

Color Harmonies of #40679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40679E

Black with #40679E

Text Example


Text Example

White with #40679E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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