Html Css Color HEX #405F92 Mariner

📋 copy color: '#405F92'

red 64 ◦ green 95 ◦ blue 146

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

Shades of Mariner #405F92

Tints of Mariner #405F92

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

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

R = 20.98%
G = 31.15%
B = 47.87%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405F92 (or 0x405F92) is known color: Mariner. HEX triplet: 40, 5F and 92. RGB value is (64,95,146). Sum of RGB (Red+Green+Blue) = 64+95+146=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #405F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F92 is #BFA06D. Grayscale: #5B5B5B. Windows color (decimal): -12558446 or 9592640. OLE color: 9592640.

HSL color Cylindrical-coordinate representation of color #405F92: hue angle of 217.32º 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 #405F92 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 95 146 -
CMYK 0.56 0.35 0 0.43
HSL 217.32º 0.39% 0.41% -
HSV(B) 217.32º 0.56% 0.57% -
XYZ 11.39 11.35 28.78 -
YUV 91.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 64 95 146 0.56 0.35 0 0.43 217.32 0.39 0.41
Hex 40 5F 92 38 23 0 2B D9 27 29
Octal 100 137 222 70 43 0 53 331 47 51
Binary 1000000 1011111 10010010 111000 100011 0 101011 11011001 100111 101001

Color Harmonies of #405F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F92

Black with #405F92

Text Example


Text Example

White with #405F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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