Html Css Color HEX #405B92 Mariner

📋 copy color: '#405B92'

red 64 ◦ green 91 ◦ blue 146

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

Shades of Mariner #405B92

Tints of Mariner #405B92

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.23%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 21.26%
G = 30.23%
B = 48.5%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405B92 (or 0x405B92) is known color: Mariner. HEX triplet: 40, 5B and 92. RGB value is (64,91,146). Sum of RGB (Red+Green+Blue) = 64+91+146=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #405B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405B92 is #BFA46D. Grayscale: #585858. Windows color (decimal): -12559470 or 9591616. OLE color: 9591616.

HSL color Cylindrical-coordinate representation of color #405B92: hue angle of 220.24º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405B92 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 91 146 -
CMYK 0.56 0.38 0 0.43
HSL 220.24º 0.39% 0.41% -
HSV(B) 220.24º 0.56% 0.57% -
XYZ 11.04 10.65 28.67 -
YUV 89.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 64 91 146 0.56 0.38 0 0.43 220.24 0.39 0.41
Hex 40 5B 92 38 26 0 2B DC 27 29
Octal 100 133 222 70 46 0 53 334 47 51
Binary 1000000 1011011 10010010 111000 100110 0 101011 11011100 100111 101001

Color Harmonies of #405B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405B92

Black with #405B92

Text Example


Text Example

White with #405B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405B92; }

 p { color: rgb(64,91,146); }

 H1.HeaderClassName
 {
   color: #405B92;
 }
 .AnyTagClassName
 {
   color: #405B92;
 }
</style>

background-color css

<style>
 a { background-color: #405B92; }

 a { background-color: rgb(64,91,146); }

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

border-color css

<style>
 span { border-color: #405B92; }

 span { border-color: rgb(64,91,146); }

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