Html Css Color HEX #456294 Mariner

📋 copy color: '#456294'

red 69 ◦ green 98 ◦ blue 148

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

Shades of Mariner #456294

Tints of Mariner #456294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 21.9%
G = 31.11%
B = 46.98%

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

#456294 (or 0x456294) is known color: Mariner. HEX triplet: 45, 62 and 94. RGB value is (69,98,148). Sum of RGB (Red+Green+Blue) = 69+98+148=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #456294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456294 is #BA9D6B. Grayscale: #5E5E5E. Windows color (decimal): -12229996 or 9724485. OLE color: 9724485.

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

Color convert

RGB 69 98 148 -
CMYK 0.53 0.34 0 0.42
HSL 217.97º 0.36% 0.43% -
HSV(B) 217.97º 0.53% 0.58% -
XYZ 12.17 12.14 29.72 -
YUV 95.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 69 98 148 0.53 0.34 0 0.42 217.97 0.36 0.43
Hex 45 62 94 35 22 0 2A DA 24 2B
Octal 105 142 224 65 42 0 52 332 44 53
Binary 1000101 1100010 10010100 110101 100010 0 101010 11011010 100100 101011

Color Harmonies of #456294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456294

Black with #456294

Text Example


Text Example

White with #456294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456294; }

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

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

background-color css

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

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

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

border-color css

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

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

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