Html Css Color HEX #456390 Mariner

📋 copy color: '#456390'

red 69 ◦ green 99 ◦ blue 144

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

Shades of Mariner #456390

Tints of Mariner #456390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 22.12%
G = 31.73%
B = 46.15%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#456390 (or 0x456390) is known color: Mariner. HEX triplet: 45, 63 and 90. RGB value is (69,99,144). Sum of RGB (Red+Green+Blue) = 69+99+144=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #456390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456390 is #BA9C6F. Grayscale: #5E5E5E. Windows color (decimal): -12229744 or 9462597. OLE color: 9462597.

HSL color Cylindrical-coordinate representation of color #456390: hue angle of 216º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456390 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 99 144 -
CMYK 0.52 0.31 0 0.44
HSL 216º 0.35% 0.42% -
HSV(B) 216º 0.52% 0.56% -
XYZ 11.95 12.2 28.11 -
YUV 95.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 69 99 144 0.52 0.31 0 0.44 216 0.35 0.42
Hex 45 63 90 34 1F 0 2C D8 23 2A
Octal 105 143 220 64 37 0 54 330 43 52
Binary 1000101 1100011 10010000 110100 11111 0 101100 11011000 100011 101010

Color Harmonies of #456390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456390

Black with #456390

Text Example


Text Example

White with #456390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456390; }

 p { color: rgb(69,99,144); }

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

background-color css

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

 a { background-color: rgb(69,99,144); }

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

border-color css

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

 span { border-color: rgb(69,99,144); }

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