Html Css Color HEX #40619B Mariner

📋 copy color: '#40619B'

red 64 ◦ green 97 ◦ blue 155

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

Shades of Mariner #40619B

Tints of Mariner #40619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

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

R = 20.25%
G = 30.7%
B = 49.05%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40619B (or 0x40619B) is known color: Mariner. HEX triplet: 40, 61 and 9B. RGB value is (64,97,155). Sum of RGB (Red+Green+Blue) = 64+97+155=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #40619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40619B is #BF9E64. Grayscale: #5D5D5D. Windows color (decimal): -12557925 or 10182976. OLE color: 10182976.

HSL color Cylindrical-coordinate representation of color #40619B: hue angle of 218.24º 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 #40619B is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 97 155 -
CMYK 0.59 0.37 0 0.39
HSL 218.24º 0.42% 0.43% -
HSV(B) 218.24º 0.59% 0.61% -
XYZ 12.31 12.01 32.68 -
YUV 93.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 64 97 155 0.59 0.37 0 0.39 218.24 0.42 0.43
Hex 40 61 9B 3B 25 0 27 DA 2A 2B
Octal 100 141 233 73 45 0 47 332 52 53
Binary 1000000 1100001 10011011 111011 100101 0 100111 11011010 101010 101011

Color Harmonies of #40619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40619B

Black with #40619B

Text Example


Text Example

White with #40619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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