Html Css Color HEX #456295 Mariner

📋 copy color: '#456295'

red 69 ◦ green 98 ◦ blue 149

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

Shades of Mariner #456295

Tints of Mariner #456295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 21.84%
G = 31.01%
B = 47.15%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456295 (or 0x456295) is known color: Mariner. HEX triplet: 45, 62 and 95. RGB value is (69,98,149). Sum of RGB (Red+Green+Blue) = 69+98+149=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #456295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456295 is #BA9D6A. Grayscale: #5E5E5E. Windows color (decimal): -12229995 or 9790021. OLE color: 9790021.

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

Color convert

RGB 69 98 149 -
CMYK 0.54 0.34 0 0.42
HSL 218.25º 0.37% 0.43% -
HSV(B) 218.25º 0.54% 0.58% -
XYZ 12.25 12.17 30.14 -
YUV 95.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 69 98 149 0.54 0.34 0 0.42 218.25 0.37 0.43
Hex 45 62 95 36 22 0 2A DA 25 2B
Octal 105 142 225 66 42 0 52 332 45 53
Binary 1000101 1100010 10010101 110110 100010 0 101010 11011010 100101 101011

Color Harmonies of #456295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456295

Black with #456295

Text Example


Text Example

White with #456295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456295; }

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

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

background-color css

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

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

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

border-color css

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

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

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