Html Css Color HEX #456192 Mariner

📋 copy color: '#456192'

red 69 ◦ green 97 ◦ blue 146

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

Shades of Mariner #456192

Tints of Mariner #456192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

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

R = 22.12%
G = 31.09%
B = 46.79%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#456192 (or 0x456192) is known color: Mariner. HEX triplet: 45, 61 and 92. RGB value is (69,97,146). Sum of RGB (Red+Green+Blue) = 69+97+146=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #456192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456192 is #BA9E6D. Grayscale: #5D5D5D. Windows color (decimal): -12230254 or 9593157. OLE color: 9593157.

HSL color Cylindrical-coordinate representation of color #456192: hue angle of 218.18º 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 #456192 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 97 146 -
CMYK 0.53 0.34 0 0.43
HSL 218.18º 0.36% 0.42% -
HSV(B) 218.18º 0.53% 0.57% -
XYZ 11.92 11.89 28.86 -
YUV 94.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 69 97 146 0.53 0.34 0 0.43 218.18 0.36 0.42
Hex 45 61 92 35 22 0 2B DA 24 2A
Octal 105 141 222 65 42 0 53 332 44 52
Binary 1000101 1100001 10010010 110101 100010 0 101011 11011010 100100 101010

Color Harmonies of #456192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456192

Black with #456192

Text Example


Text Example

White with #456192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456192; }

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

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

background-color css

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

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

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

border-color css

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

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

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