Html Css Color HEX #456492 Mariner

📋 copy color: '#456492'

red 69 ◦ green 100 ◦ blue 146

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

Shades of Mariner #456492

Tints of Mariner #456492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.75%

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

R = 21.9%
G = 31.75%
B = 46.35%

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

#456492 (or 0x456492) is known color: Mariner. HEX triplet: 45, 64 and 92. RGB value is (69,100,146). Sum of RGB (Red+Green+Blue) = 69+100+146=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #456492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456492 is #BA9B6D. Grayscale: #5F5F5F. Windows color (decimal): -12229486 or 9593925. OLE color: 9593925.

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

Color convert

RGB 69 100 146 -
CMYK 0.53 0.32 0 0.43
HSL 215.84º 0.36% 0.42% -
HSV(B) 215.84º 0.53% 0.57% -
XYZ 12.2 12.45 28.96 -
YUV 95.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 69 100 146 0.53 0.32 0 0.43 215.84 0.36 0.42
Hex 45 64 92 35 20 0 2B D8 24 2A
Octal 105 144 222 65 40 0 53 330 44 52
Binary 1000101 1100100 10010010 110101 100000 0 101011 11011000 100100 101010

Color Harmonies of #456492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456492

Black with #456492

Text Example


Text Example

White with #456492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456492; }

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

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

background-color css

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

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

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

border-color css

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

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

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