Html Css Color HEX #456296 Mariner

📋 copy color: '#456296'

red 69 ◦ green 98 ◦ blue 150

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

Shades of Mariner #456296

Tints of Mariner #456296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.32%

R = 21.77%
G = 30.91%
B = 47.32%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#456296 (or 0x456296) is known color: Mariner. HEX triplet: 45, 62 and 96. RGB value is (69,98,150). Sum of RGB (Red+Green+Blue) = 69+98+150=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #456296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456296 is #BA9D69. Grayscale: #5F5F5F. Windows color (decimal): -12229994 or 9855557. OLE color: 9855557.

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

Color convert

RGB 69 98 150 -
CMYK 0.54 0.35 0 0.41
HSL 218.52º 0.37% 0.43% -
HSV(B) 218.52º 0.54% 0.59% -
XYZ 12.33 12.2 30.56 -
YUV 95.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 69 98 150 0.54 0.35 0 0.41 218.52 0.37 0.43
Hex 45 62 96 36 23 0 29 DB 25 2B
Octal 105 142 226 66 43 0 51 333 45 53
Binary 1000101 1100010 10010110 110110 100011 0 101001 11011011 100101 101011

Color Harmonies of #456296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456296

Black with #456296

Text Example


Text Example

White with #456296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456296; }

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

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

background-color css

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

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

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

border-color css

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

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

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