Html Css Color HEX #405698 Mariner

📋 copy color: '#405698'

red 64 ◦ green 86 ◦ blue 152

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

Shades of Mariner #405698

Tints of Mariner #405698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.48%

 BLUE value IS 152 (59.77% from 255) = 50.33%

R = 21.19%
G = 28.48%
B = 50.33%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#405698 (or 0x405698) is known color: Mariner. HEX triplet: 40, 56 and 98. RGB value is (64,86,152). Sum of RGB (Red+Green+Blue) = 64+86+152=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #405698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405698 is #BFA967. Grayscale: #565656. Windows color (decimal): -12560744 or 9983552. OLE color: 9983552.

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

Color convert

RGB 64 86 152 -
CMYK 0.58 0.43 0 0.40
HSL 225º 0.41% 0.42% -
HSV(B) 225º 0.58% 0.6% -
XYZ 11.11 10.01 31.05 -
YUV 86.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 64 86 152 0.58 0.43 0 0.40 225 0.41 0.42
Hex 40 56 98 3A 2B 0 28 E1 29 2A
Octal 100 126 230 72 53 0 50 341 51 52
Binary 1000000 1010110 10011000 111010 101011 0 101000 11100001 101001 101010

Color Harmonies of #405698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405698

Black with #405698

Text Example


Text Example

White with #405698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405698; }

 p { color: rgb(64,86,152); }

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

background-color css

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

 a { background-color: rgb(64,86,152); }

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

border-color css

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

 span { border-color: rgb(64,86,152); }

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