Html Css Color HEX #455999 Mariner

📋 copy color: '#455999'

red 69 ◦ green 89 ◦ blue 153

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

Shades of Mariner #455999

Tints of Mariner #455999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 22.19%
G = 28.62%
B = 49.2%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#455999 (or 0x455999) is known color: Mariner. HEX triplet: 45, 59 and 99. RGB value is (69,89,153). Sum of RGB (Red+Green+Blue) = 69+89+153=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #455999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455999 is #BAA666. Grayscale: #5A5A5A. Windows color (decimal): -12232295 or 10049861. OLE color: 10049861.

HSL color Cylindrical-coordinate representation of color #455999: hue angle of 225.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #455999 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 89 153 -
CMYK 0.55 0.42 0 0.4
HSL 225.71º 0.38% 0.44% -
HSV(B) 225.71º 0.55% 0.6% -
XYZ 11.78 10.71 31.58 -
YUV 90.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 69 89 153 0.55 0.42 0 0.4 225.71 0.38 0.44
Hex 45 59 99 37 2A 0 28 E2 26 2C
Octal 105 131 231 67 52 0 50 342 46 54
Binary 1000101 1011001 10011001 110111 101010 0 101000 11100010 100110 101100

Color Harmonies of #455999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455999

Black with #455999

Text Example


Text Example

White with #455999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455999; }

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

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

background-color css

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

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

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

border-color css

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

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

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