Html Css Color HEX #455D92 Mariner

📋 copy color: '#455D92'

red 69 ◦ green 93 ◦ blue 146

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

Shades of Mariner #455D92

Tints of Mariner #455D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.19%

 BLUE value IS 146 (57.42% from 255) = 47.4%

R = 22.4%
G = 30.19%
B = 47.4%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#455D92 (or 0x455D92) is known color: Mariner. HEX triplet: 45, 5D and 92. RGB value is (69,93,146). Sum of RGB (Red+Green+Blue) = 69+93+146=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #455D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455D92 is #BAA26D. Grayscale: #5B5B5B. Windows color (decimal): -12231278 or 9592133. OLE color: 9592133.

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

Color convert

RGB 69 93 146 -
CMYK 0.53 0.36 0 0.43
HSL 221.3º 0.36% 0.42% -
HSV(B) 221.3º 0.53% 0.57% -
XYZ 11.56 11.17 28.74 -
YUV 91.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 69 93 146 0.53 0.36 0 0.43 221.3 0.36 0.42
Hex 45 5D 92 35 24 0 2B DD 24 2A
Octal 105 135 222 65 44 0 53 335 44 52
Binary 1000101 1011101 10010010 110101 100100 0 101011 11011101 100100 101010

Color Harmonies of #455D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D92

Black with #455D92

Text Example


Text Example

White with #455D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,93,146); }

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

background-color css

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

 a { background-color: rgb(69,93,146); }

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

border-color css

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

 span { border-color: rgb(69,93,146); }

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