Html Css Color HEX #455DAE Mariner

📋 copy color: '#455DAE'

red 69 ◦ green 93 ◦ blue 174

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

Shades of Mariner #455DAE

Tints of Mariner #455DAE

RGB

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

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

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

R = 20.54%
G = 27.68%
B = 51.79%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#455DAE (or 0x455DAE) is known color: Mariner. HEX triplet: 45, 5D and AE. RGB value is (69,93,174). Sum of RGB (Red+Green+Blue) = 69+93+174=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #455DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455DAE is #BAA251. Grayscale: #5E5E5E. Windows color (decimal): -12231250 or 11427141. OLE color: 11427141.

HSL color Cylindrical-coordinate representation of color #455DAE: hue angle of 226.29º 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 #455DAE is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 93 174 -
CMYK 0.60 0.47 0 0.32
HSL 226.29º 0.43% 0.48% -
HSV(B) 226.29º 0.6% 0.68% -
XYZ 14.01 12.15 41.65 -
YUV 95.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 69 93 174 0.60 0.47 0 0.32 226.29 0.43 0.48
Hex 45 5D AE 3C 2F 0 20 E2 2B 30
Octal 105 135 256 74 57 0 40 342 53 60
Binary 1000101 1011101 10101110 111100 101111 0 100000 11100010 101011 110000

Color Harmonies of #455DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455DAE

Black with #455DAE

Text Example


Text Example

White with #455DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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