Html Css Color HEX #40699B Mariner

📋 copy color: '#40699B'

red 64 ◦ green 105 ◦ blue 155

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

Shades of Mariner #40699B

Tints of Mariner #40699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

 BLUE value IS 155 (60.94% from 255) = 47.84%

R = 19.75%
G = 32.41%
B = 47.84%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40699B (or 0x40699B) is known color: Mariner. HEX triplet: 40, 69 and 9B. RGB value is (64,105,155). Sum of RGB (Red+Green+Blue) = 64+105+155=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #40699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40699B is #BF9664. Grayscale: #626262. Windows color (decimal): -12555877 or 10185024. OLE color: 10185024.

HSL color Cylindrical-coordinate representation of color #40699B: hue angle of 212.97º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40699B is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 105 155 -
CMYK 0.59 0.32 0 0.39
HSL 212.97º 0.42% 0.43% -
HSV(B) 212.97º 0.59% 0.61% -
XYZ 13.08 13.56 32.94 -
YUV 98.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 64 105 155 0.59 0.32 0 0.39 212.97 0.42 0.43
Hex 40 69 9B 3B 20 0 27 D5 2A 2B
Octal 100 151 233 73 40 0 47 325 52 53
Binary 1000000 1101001 10011011 111011 100000 0 100111 11010101 101010 101011

Color Harmonies of #40699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40699B

Black with #40699B

Text Example


Text Example

White with #40699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40699B; }

 p { color: rgb(64,105,155); }

 H1.HeaderClassName
 {
   color: #40699B;
 }
 .AnyTagClassName
 {
   color: #40699B;
 }
</style>

background-color css

<style>
 a { background-color: #40699B; }

 a { background-color: rgb(64,105,155); }

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

border-color css

<style>
 span { border-color: #40699B; }

 span { border-color: rgb(64,105,155); }

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