Html Css Color HEX #455A96 Mariner

📋 copy color: '#455A96'

red 69 ◦ green 90 ◦ blue 150

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

Shades of Mariner #455A96

Tints of Mariner #455A96

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

 BLUE value IS 150 (58.98% from 255) = 48.54%

R = 22.33%
G = 29.13%
B = 48.54%

CMYK

 C value IS 0.54

 M value IS 0.4

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#455A96 (or 0x455A96) is known color: Mariner. HEX triplet: 45, 5A and 96. RGB value is (69,90,150). Sum of RGB (Red+Green+Blue) = 69+90+150=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #455A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A96 is #BAA569. Grayscale: #5A5A5A. Windows color (decimal): -12232042 or 9853509. OLE color: 9853509.

HSL color Cylindrical-coordinate representation of color #455A96: hue angle of 224.44º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #455A96 is Cyan = 0.54, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 90 150 -
CMYK 0.54 0.4 0 0.41
HSL 224.44º 0.37% 0.43% -
HSV(B) 224.44º 0.54% 0.59% -
XYZ 11.62 10.78 30.32 -
YUV 90.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 69 90 150 0.54 0.4 0 0.41 224.44 0.37 0.43
Hex 45 5A 96 36 28 0 29 E0 25 2B
Octal 105 132 226 66 50 0 51 340 45 53
Binary 1000101 1011010 10010110 110110 101000 0 101001 11100000 100101 101011

Color Harmonies of #455A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A96

Black with #455A96

Text Example


Text Example

White with #455A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,90,150); }

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

background-color css

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

 a { background-color: rgb(69,90,150); }

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

border-color css

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

 span { border-color: rgb(69,90,150); }

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