Html Css Color HEX #455DA4 Mariner

📋 copy color: '#455DA4'

red 69 ◦ green 93 ◦ blue 164

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

Shades of Mariner #455DA4

Tints of Mariner #455DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.31%

R = 21.17%
G = 28.53%
B = 50.31%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#455DA4 (or 0x455DA4) is known color: Mariner. HEX triplet: 45, 5D and A4. RGB value is (69,93,164). Sum of RGB (Red+Green+Blue) = 69+93+164=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #455DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455DA4 is #BAA25B. Grayscale: #5D5D5D. Windows color (decimal): -12231260 or 10771781. OLE color: 10771781.

HSL color Cylindrical-coordinate representation of color #455DA4: hue angle of 224.84º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #455DA4 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 69 93 164 -
CMYK 0.58 0.43 0 0.36
HSL 224.84º 0.41% 0.46% -
HSV(B) 224.84º 0.58% 0.64% -
XYZ 13.07 11.77 36.71 -
YUV 93.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 69 93 164 0.58 0.43 0 0.36 224.84 0.41 0.46
Hex 45 5D A4 3A 2B 0 24 E1 29 2E
Octal 105 135 244 72 53 0 44 341 51 56
Binary 1000101 1011101 10100100 111010 101011 0 100100 11100001 101001 101110

Color Harmonies of #455DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455DA4

Black with #455DA4

Text Example


Text Example

White with #455DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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