Html Css Color HEX #455C94 Mariner

📋 copy color: '#455C94'

red 69 ◦ green 92 ◦ blue 148

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

Shades of Mariner #455C94

Tints of Mariner #455C94

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

 BLUE value IS 148 (58.2% from 255) = 47.9%

R = 22.33%
G = 29.77%
B = 47.9%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#455C94 (or 0x455C94) is known color: Mariner. HEX triplet: 45, 5C and 94. RGB value is (69,92,148). Sum of RGB (Red+Green+Blue) = 69+92+148=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #455C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455C94 is #BAA36B. Grayscale: #5B5B5B. Windows color (decimal): -12231532 or 9722949. OLE color: 9722949.

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

Color convert

RGB 69 92 148 -
CMYK 0.53 0.38 0 0.42
HSL 222.53º 0.36% 0.43% -
HSV(B) 222.53º 0.53% 0.58% -
XYZ 11.63 11.06 29.54 -
YUV 91.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 69 92 148 0.53 0.38 0 0.42 222.53 0.36 0.43
Hex 45 5C 94 35 26 0 2A DF 24 2B
Octal 105 134 224 65 46 0 52 337 44 53
Binary 1000101 1011100 10010100 110101 100110 0 101010 11011111 100100 101011

Color Harmonies of #455C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455C94

Black with #455C94

Text Example


Text Example

White with #455C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,92,148); }

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

background-color css

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

 a { background-color: rgb(69,92,148); }

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

border-color css

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

 span { border-color: rgb(69,92,148); }

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