Html Css Color HEX #455E8D Mariner

📋 copy color: '#455E8D'

red 69 ◦ green 94 ◦ blue 141

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

Shades of Mariner #455E8D

Tints of Mariner #455E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.92%

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 22.7%
G = 30.92%
B = 46.38%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#455E8D (or 0x455E8D) is known color: Mariner. HEX triplet: 45, 5E and 8D. RGB value is (69,94,141). Sum of RGB (Red+Green+Blue) = 69+94+141=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #455E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455E8D is #BAA172. Grayscale: #5B5B5B. Windows color (decimal): -12231027 or 9264709. OLE color: 9264709.

HSL color Cylindrical-coordinate representation of color #455E8D: hue angle of 219.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #455E8D is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 94 141 -
CMYK 0.51 0.33 0 0.45
HSL 219.17º 0.34% 0.41% -
HSV(B) 219.17º 0.51% 0.55% -
XYZ 11.26 11.19 26.77 -
YUV 91.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 69 94 141 0.51 0.33 0 0.45 219.17 0.34 0.41
Hex 45 5E 8D 33 21 0 2D DB 22 29
Octal 105 136 215 63 41 0 55 333 42 51
Binary 1000101 1011110 10001101 110011 100001 0 101101 11011011 100010 101001

Color Harmonies of #455E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455E8D

Black with #455E8D

Text Example


Text Example

White with #455E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,94,141); }

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

background-color css

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

 a { background-color: rgb(69,94,141); }

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

border-color css

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

 span { border-color: rgb(69,94,141); }

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