Html Css Color HEX #455895 Mariner

📋 copy color: '#455895'

red 69 ◦ green 88 ◦ blue 149

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

Shades of Mariner #455895

Tints of Mariner #455895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

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

R = 22.55%
G = 28.76%
B = 48.69%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#455895 (or 0x455895) is known color: Mariner. HEX triplet: 45, 58 and 95. RGB value is (69,88,149). Sum of RGB (Red+Green+Blue) = 69+88+149=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #455895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455895 is #BAA76A. Grayscale: #595959. Windows color (decimal): -12232555 or 9787461. OLE color: 9787461.

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

Color convert

RGB 69 88 149 -
CMYK 0.54 0.41 0 0.42
HSL 225.75º 0.37% 0.43% -
HSV(B) 225.75º 0.54% 0.58% -
XYZ 11.37 10.41 29.84 -
YUV 89.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 69 88 149 0.54 0.41 0 0.42 225.75 0.37 0.43
Hex 45 58 95 36 29 0 2A E2 25 2B
Octal 105 130 225 66 51 0 52 342 45 53
Binary 1000101 1011000 10010101 110110 101001 0 101010 11100010 100101 101011

Color Harmonies of #455895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455895

Black with #455895

Text Example


Text Example

White with #455895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455895; }

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

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

background-color css

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

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

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

border-color css

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

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

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