Html Css Color HEX #456190 Mariner

📋 copy color: '#456190'

red 69 ◦ green 97 ◦ blue 144

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

Shades of Mariner #456190

Tints of Mariner #456190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 22.26%
G = 31.29%
B = 46.45%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#456190 (or 0x456190) is known color: Mariner. HEX triplet: 45, 61 and 90. RGB value is (69,97,144). Sum of RGB (Red+Green+Blue) = 69+97+144=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #456190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456190 is #BA9E6F. Grayscale: #5D5D5D. Windows color (decimal): -12230256 or 9462085. OLE color: 9462085.

HSL color Cylindrical-coordinate representation of color #456190: hue angle of 217.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456190 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 97 144 -
CMYK 0.52 0.33 0 0.44
HSL 217.6º 0.35% 0.42% -
HSV(B) 217.6º 0.52% 0.56% -
XYZ 11.76 11.83 28.05 -
YUV 93.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 69 97 144 0.52 0.33 0 0.44 217.6 0.35 0.42
Hex 45 61 90 34 21 0 2C DA 23 2A
Octal 105 141 220 64 41 0 54 332 43 52
Binary 1000101 1100001 10010000 110100 100001 0 101100 11011010 100011 101010

Color Harmonies of #456190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456190

Black with #456190

Text Example


Text Example

White with #456190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456190; }

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

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

background-color css

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

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

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

border-color css

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

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

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