Html Css Color HEX #405A93 Mariner

📋 copy color: '#405A93'

red 64 ◦ green 90 ◦ blue 147

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

Shades of Mariner #405A93

Tints of Mariner #405A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.9%

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 21.26%
G = 29.9%
B = 48.84%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#405A93 (or 0x405A93) is known color: Mariner. HEX triplet: 40, 5A and 93. RGB value is (64,90,147). Sum of RGB (Red+Green+Blue) = 64+90+147=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #405A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405A93 is #BFA56C. Grayscale: #585858. Windows color (decimal): -12559725 or 9656896. OLE color: 9656896.

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

Color convert

RGB 64 90 147 -
CMYK 0.56 0.39 0 0.42
HSL 221.2º 0.39% 0.41% -
HSV(B) 221.2º 0.56% 0.58% -
XYZ 11.04 10.51 29.05 -
YUV 88.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 64 90 147 0.56 0.39 0 0.42 221.2 0.39 0.41
Hex 40 5A 93 38 27 0 2A DD 27 29
Octal 100 132 223 70 47 0 52 335 47 51
Binary 1000000 1011010 10010011 111000 100111 0 101010 11011101 100111 101001

Color Harmonies of #405A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A93

Black with #405A93

Text Example


Text Example

White with #405A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,90,147); }

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

background-color css

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

 a { background-color: rgb(64,90,147); }

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

border-color css

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

 span { border-color: rgb(64,90,147); }

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