Html Css Color HEX #456193 Mariner

📋 copy color: '#456193'

red 69 ◦ green 97 ◦ blue 147

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

Shades of Mariner #456193

Tints of Mariner #456193

RGB

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

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

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

R = 22.04%
G = 30.99%
B = 46.96%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456193 (or 0x456193) is known color: Mariner. HEX triplet: 45, 61 and 93. RGB value is (69,97,147). Sum of RGB (Red+Green+Blue) = 69+97+147=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #456193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456193 is #BA9E6C. Grayscale: #5E5E5E. Windows color (decimal): -12230253 or 9658693. OLE color: 9658693.

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

Color convert

RGB 69 97 147 -
CMYK 0.53 0.34 0 0.42
HSL 218.46º 0.36% 0.42% -
HSV(B) 218.46º 0.53% 0.58% -
XYZ 12 11.92 29.27 -
YUV 94.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 69 97 147 0.53 0.34 0 0.42 218.46 0.36 0.42
Hex 45 61 93 35 22 0 2A DA 24 2A
Octal 105 141 223 65 42 0 52 332 44 52
Binary 1000101 1100001 10010011 110101 100010 0 101010 11011010 100100 101010

Color Harmonies of #456193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456193

Black with #456193

Text Example


Text Example

White with #456193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456193; }

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

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

background-color css

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

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

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

border-color css

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

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

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