Html Css Color HEX #405893 Mariner

📋 copy color: '#405893'

red 64 ◦ green 88 ◦ blue 147

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

Shades of Mariner #405893

Tints of Mariner #405893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

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

R = 21.4%
G = 29.43%
B = 49.16%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#405893 (or 0x405893) is known color: Mariner. HEX triplet: 40, 58 and 93. RGB value is (64,88,147). Sum of RGB (Red+Green+Blue) = 64+88+147=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #405893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405893 is #BFA76C. Grayscale: #575757. Windows color (decimal): -12560237 or 9656384. OLE color: 9656384.

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

Color convert

RGB 64 88 147 -
CMYK 0.56 0.40 0 0.42
HSL 222.65º 0.39% 0.41% -
HSV(B) 222.65º 0.56% 0.58% -
XYZ 10.87 10.18 28.99 -
YUV 87.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 64 88 147 0.56 0.40 0 0.42 222.65 0.39 0.41
Hex 40 58 93 38 28 0 2A DF 27 29
Octal 100 130 223 70 50 0 52 337 47 51
Binary 1000000 1011000 10010011 111000 101000 0 101010 11011111 100111 101001

Color Harmonies of #405893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405893

Black with #405893

Text Example


Text Example

White with #405893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405893; }

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

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

background-color css

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

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

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

border-color css

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

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

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