Html Css Color HEX #456496 Mariner

📋 copy color: '#456496'

red 69 ◦ green 100 ◦ blue 150

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

Shades of Mariner #456496

Tints of Mariner #456496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

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

R = 21.63%
G = 31.35%
B = 47.02%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#456496 (or 0x456496) is known color: Mariner. HEX triplet: 45, 64 and 96. RGB value is (69,100,150). Sum of RGB (Red+Green+Blue) = 69+100+150=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #456496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456496 is #BA9B69. Grayscale: #606060. Windows color (decimal): -12229482 or 9856069. OLE color: 9856069.

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

Color convert

RGB 69 100 150 -
CMYK 0.54 0.33 0 0.41
HSL 217.04º 0.37% 0.43% -
HSV(B) 217.04º 0.54% 0.59% -
XYZ 12.52 12.58 30.62 -
YUV 96.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 69 100 150 0.54 0.33 0 0.41 217.04 0.37 0.43
Hex 45 64 96 36 21 0 29 D9 25 2B
Octal 105 144 226 66 41 0 51 331 45 53
Binary 1000101 1100100 10010110 110110 100001 0 101001 11011001 100101 101011

Color Harmonies of #456496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456496

Black with #456496

Text Example


Text Example

White with #456496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456496; }

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

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

background-color css

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

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

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

border-color css

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

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

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