Html Css Color HEX #455F91 Mariner

📋 copy color: '#455F91'

red 69 ◦ green 95 ◦ blue 145

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

Shades of Mariner #455F91

Tints of Mariner #455F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

 BLUE value IS 145 (57.03% from 255) = 46.93%

R = 22.33%
G = 30.74%
B = 46.93%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#455F91 (or 0x455F91) is known color: Mariner. HEX triplet: 45, 5F and 91. RGB value is (69,95,145). Sum of RGB (Red+Green+Blue) = 69+95+145=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #455F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455F91 is #BAA06E. Grayscale: #5C5C5C. Windows color (decimal): -12230767 or 9527109. OLE color: 9527109.

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

Color convert

RGB 69 95 145 -
CMYK 0.52 0.34 0 0.43
HSL 219.47º 0.36% 0.42% -
HSV(B) 219.47º 0.52% 0.57% -
XYZ 11.66 11.49 28.39 -
YUV 92.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 69 95 145 0.52 0.34 0 0.43 219.47 0.36 0.42
Hex 45 5F 91 34 22 0 2B DB 24 2A
Octal 105 137 221 64 42 0 53 333 44 52
Binary 1000101 1011111 10010001 110100 100010 0 101011 11011011 100100 101010

Color Harmonies of #455F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455F91

Black with #455F91

Text Example


Text Example

White with #455F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455F91; }

 p { color: rgb(69,95,145); }

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

background-color css

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

 a { background-color: rgb(69,95,145); }

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

border-color css

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

 span { border-color: rgb(69,95,145); }

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