Html Css Color HEX #455997 Mariner

📋 copy color: '#455997'

red 69 ◦ green 89 ◦ blue 151

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

Shades of Mariner #455997

Tints of Mariner #455997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.8%

 BLUE value IS 151 (59.38% from 255) = 48.87%

R = 22.33%
G = 28.8%
B = 48.87%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#455997 (or 0x455997) is known color: Mariner. HEX triplet: 45, 59 and 97. RGB value is (69,89,151). Sum of RGB (Red+Green+Blue) = 69+89+151=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #455997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455997 is #BAA668. Grayscale: #595959. Windows color (decimal): -12232297 or 9918789. OLE color: 9918789.

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

Color convert

RGB 69 89 151 -
CMYK 0.54 0.41 0 0.41
HSL 225.37º 0.37% 0.43% -
HSV(B) 225.37º 0.54% 0.59% -
XYZ 11.61 10.64 30.72 -
YUV 90.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 69 89 151 0.54 0.41 0 0.41 225.37 0.37 0.43
Hex 45 59 97 36 29 0 29 E1 25 2B
Octal 105 131 227 66 51 0 51 341 45 53
Binary 1000101 1011001 10010111 110110 101001 0 101001 11100001 100101 101011

Color Harmonies of #455997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455997

Black with #455997

Text Example


Text Example

White with #455997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455997; }

 p { color: rgb(69,89,151); }

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

background-color css

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

 a { background-color: rgb(69,89,151); }

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

border-color css

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

 span { border-color: rgb(69,89,151); }

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