Html Css Color HEX #455994 Mariner

📋 copy color: '#455994'

red 69 ◦ green 89 ◦ blue 148

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

Shades of Mariner #455994

Tints of Mariner #455994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.37%

R = 22.55%
G = 29.08%
B = 48.37%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#455994 (or 0x455994) is known color: Mariner. HEX triplet: 45, 59 and 94. RGB value is (69,89,148). Sum of RGB (Red+Green+Blue) = 69+89+148=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #455994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455994 is #BAA66B. Grayscale: #595959. Windows color (decimal): -12232300 or 9722181. OLE color: 9722181.

HSL color Cylindrical-coordinate representation of color #455994: hue angle of 224.81º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455994 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 89 148 -
CMYK 0.53 0.40 0 0.42
HSL 224.81º 0.36% 0.43% -
HSV(B) 224.81º 0.53% 0.58% -
XYZ 11.37 10.55 29.45 -
YUV 89.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 69 89 148 0.53 0.40 0 0.42 224.81 0.36 0.43
Hex 45 59 94 35 28 0 2A E1 24 2B
Octal 105 131 224 65 50 0 52 341 44 53
Binary 1000101 1011001 10010100 110101 101000 0 101010 11100001 100100 101011

Color Harmonies of #455994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455994

Black with #455994

Text Example


Text Example

White with #455994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455994; }

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

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

background-color css

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

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

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

border-color css

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

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

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