Html Css Color HEX #456393 Mariner

📋 copy color: '#456393'

red 69 ◦ green 99 ◦ blue 147

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

Shades of Mariner #456393

Tints of Mariner #456393

RGB

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

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

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

R = 21.9%
G = 31.43%
B = 46.67%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456393 (or 0x456393) is known color: Mariner. HEX triplet: 45, 63 and 93. RGB value is (69,99,147). Sum of RGB (Red+Green+Blue) = 69+99+147=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #456393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456393 is #BA9C6C. Grayscale: #5F5F5F. Windows color (decimal): -12229741 or 9659205. OLE color: 9659205.

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

Color convert

RGB 69 99 147 -
CMYK 0.53 0.33 0 0.42
HSL 216.92º 0.36% 0.42% -
HSV(B) 216.92º 0.53% 0.58% -
XYZ 12.18 12.3 29.33 -
YUV 95.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 69 99 147 0.53 0.33 0 0.42 216.92 0.36 0.42
Hex 45 63 93 35 21 0 2A D9 24 2A
Octal 105 143 223 65 41 0 52 331 44 52
Binary 1000101 1100011 10010011 110101 100001 0 101010 11011001 100100 101010

Color Harmonies of #456393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456393

Black with #456393

Text Example


Text Example

White with #456393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456393; }

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

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

background-color css

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

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

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

border-color css

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

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

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