Html Css Color HEX #405993 Mariner

📋 copy color: '#405993'

red 64 ◦ green 89 ◦ blue 147

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

Shades of Mariner #405993

Tints of Mariner #405993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

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

R = 21.33%
G = 29.67%
B = 49%

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

#405993 (or 0x405993) is known color: Mariner. HEX triplet: 40, 59 and 93. RGB value is (64,89,147). Sum of RGB (Red+Green+Blue) = 64+89+147=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #405993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405993 is #BFA66C. Grayscale: #575757. Windows color (decimal): -12559981 or 9656640. OLE color: 9656640.

HSL color Cylindrical-coordinate representation of color #405993: hue angle of 221.93º 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 #405993 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 89 147 -
CMYK 0.56 0.39 0 0.42
HSL 221.93º 0.39% 0.41% -
HSV(B) 221.93º 0.56% 0.58% -
XYZ 10.95 10.34 29.02 -
YUV 88.14 161.22 110.78 -
System Red Green Blue C M Y K H S L
Decimal 64 89 147 0.56 0.39 0 0.42 221.93 0.39 0.41
Hex 40 59 93 38 27 0 2A DE 27 29
Octal 100 131 223 70 47 0 52 336 47 51
Binary 1000000 1011001 10010011 111000 100111 0 101010 11011110 100111 101001

Color Harmonies of #405993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405993

Black with #405993

Text Example


Text Example

White with #405993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405993; }

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

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

background-color css

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

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

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

border-color css

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

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

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