Html Css Color HEX #455BAE Mariner

📋 copy color: '#455BAE'

red 69 ◦ green 91 ◦ blue 174

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

Shades of Mariner #455BAE

Tints of Mariner #455BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.1%

R = 20.66%
G = 27.25%
B = 52.1%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#455BAE (or 0x455BAE) is known color: Mariner. HEX triplet: 45, 5B and AE. RGB value is (69,91,174). Sum of RGB (Red+Green+Blue) = 69+91+174=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #455BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455BAE is #BAA451. Grayscale: #5D5D5D. Windows color (decimal): -12231762 or 11426629. OLE color: 11426629.

HSL color Cylindrical-coordinate representation of color #455BAE: hue angle of 227.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #455BAE is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 91 174 -
CMYK 0.60 0.48 0 0.32
HSL 227.43º 0.43% 0.48% -
HSV(B) 227.43º 0.6% 0.68% -
XYZ 13.84 11.8 41.59 -
YUV 93.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 69 91 174 0.60 0.48 0 0.32 227.43 0.43 0.48
Hex 45 5B AE 3C 30 0 20 E3 2B 30
Octal 105 133 256 74 60 0 40 343 53 60
Binary 1000101 1011011 10101110 111100 110000 0 100000 11100011 101011 110000

Color Harmonies of #455BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455BAE

Black with #455BAE

Text Example


Text Example

White with #455BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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