Html Css Color HEX #456392 Mariner

📋 copy color: '#456392'

red 69 ◦ green 99 ◦ blue 146

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

Shades of Mariner #456392

Tints of Mariner #456392

RGB

 RED value IS 69 (27.34% from 255) = 21.97%

 GREEN value IS 99 (39.06% from 255) = 31.53%

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

R = 21.97%
G = 31.53%
B = 46.5%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#456392 (or 0x456392) is known color: Mariner. HEX triplet: 45, 63 and 92. RGB value is (69,99,146). Sum of RGB (Red+Green+Blue) = 69+99+146=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #456392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456392 is #BA9C6D. Grayscale: #5F5F5F. Windows color (decimal): -12229742 or 9593669. OLE color: 9593669.

HSL color Cylindrical-coordinate representation of color #456392: hue angle of 216.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456392 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 99 146 -
CMYK 0.53 0.32 0 0.43
HSL 216.62º 0.36% 0.42% -
HSV(B) 216.62º 0.53% 0.57% -
XYZ 12.1 12.26 28.92 -
YUV 95.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 69 99 146 0.53 0.32 0 0.43 216.62 0.36 0.42
Hex 45 63 92 35 20 0 2B D9 24 2A
Octal 105 143 222 65 40 0 53 331 44 52
Binary 1000101 1100011 10010010 110101 100000 0 101011 11011001 100100 101010

Color Harmonies of #456392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456392

Black with #456392

Text Example


Text Example

White with #456392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456392; }

 p { color: rgb(69,99,146); }

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

background-color css

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

 a { background-color: rgb(69,99,146); }

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

border-color css

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

 span { border-color: rgb(69,99,146); }

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