Html Css Color HEX #455B9D Mariner

📋 copy color: '#455B9D'

red 69 ◦ green 91 ◦ blue 157

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

Shades of Mariner #455B9D

Tints of Mariner #455B9D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.71%

 BLUE value IS 157 (61.72% from 255) = 49.53%

R = 21.77%
G = 28.71%
B = 49.53%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#455B9D (or 0x455B9D) is known color: Mariner. HEX triplet: 45, 5B and 9D. RGB value is (69,91,157). Sum of RGB (Red+Green+Blue) = 69+91+157=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #455B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455B9D is #BAA462. Grayscale: #5B5B5B. Windows color (decimal): -12231779 or 10312517. OLE color: 10312517.

HSL color Cylindrical-coordinate representation of color #455B9D: hue angle of 225º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #455B9D is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 91 157 -
CMYK 0.56 0.42 0 0.38
HSL 225º 0.39% 0.44% -
HSV(B) 225º 0.56% 0.62% -
XYZ 12.28 11.18 33.41 -
YUV 91.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 69 91 157 0.56 0.42 0 0.38 225 0.39 0.44
Hex 45 5B 9D 38 2A 0 26 E1 27 2C
Octal 105 133 235 70 52 0 46 341 47 54
Binary 1000101 1011011 10011101 111000 101010 0 100110 11100001 100111 101100

Color Harmonies of #455B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455B9D

Black with #455B9D

Text Example


Text Example

White with #455B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,91,157); }

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

background-color css

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

 a { background-color: rgb(69,91,157); }

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

border-color css

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

 span { border-color: rgb(69,91,157); }

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