Html Css Color HEX #456293 Mariner

📋 copy color: '#456293'

red 69 ◦ green 98 ◦ blue 147

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

Shades of Mariner #456293

Tints of Mariner #456293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 21.97%
G = 31.21%
B = 46.82%

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

#456293 (or 0x456293) is known color: Mariner. HEX triplet: 45, 62 and 93. RGB value is (69,98,147). Sum of RGB (Red+Green+Blue) = 69+98+147=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #456293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456293 is #BA9D6C. Grayscale: #5E5E5E. Windows color (decimal): -12229997 or 9658949. OLE color: 9658949.

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

Color convert

RGB 69 98 147 -
CMYK 0.53 0.33 0 0.42
HSL 217.69º 0.36% 0.42% -
HSV(B) 217.69º 0.53% 0.58% -
XYZ 12.09 12.11 29.3 -
YUV 94.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 69 98 147 0.53 0.33 0 0.42 217.69 0.36 0.42
Hex 45 62 93 35 21 0 2A DA 24 2A
Octal 105 142 223 65 41 0 52 332 44 52
Binary 1000101 1100010 10010011 110101 100001 0 101010 11011010 100100 101010

Color Harmonies of #456293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456293

Black with #456293

Text Example


Text Example

White with #456293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456293; }

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

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

background-color css

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

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

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

border-color css

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

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

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