Html Css Color HEX #455893 Mariner

📋 copy color: '#455893'

red 69 ◦ green 88 ◦ blue 147

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

Shades of Mariner #455893

Tints of Mariner #455893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 22.7%
G = 28.95%
B = 48.36%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#455893 (or 0x455893) is known color: Mariner. HEX triplet: 45, 58 and 93. RGB value is (69,88,147). Sum of RGB (Red+Green+Blue) = 69+88+147=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #455893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455893 is #BAA76C. Grayscale: #585858. Windows color (decimal): -12232557 or 9656389. OLE color: 9656389.

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

Color convert

RGB 69 88 147 -
CMYK 0.53 0.40 0 0.42
HSL 225.38º 0.36% 0.42% -
HSV(B) 225.38º 0.53% 0.58% -
XYZ 11.21 10.35 29.01 -
YUV 89.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 69 88 147 0.53 0.40 0 0.42 225.38 0.36 0.42
Hex 45 58 93 35 28 0 2A E1 24 2A
Octal 105 130 223 65 50 0 52 341 44 52
Binary 1000101 1011000 10010011 110101 101000 0 101010 11100001 100100 101010

Color Harmonies of #455893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455893

Black with #455893

Text Example


Text Example

White with #455893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455893; }

 p { color: rgb(69,88,147); }

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

background-color css

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

 a { background-color: rgb(69,88,147); }

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

border-color css

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

 span { border-color: rgb(69,88,147); }

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