Html Css Color HEX #456090 Mariner

📋 copy color: '#456090'

red 69 ◦ green 96 ◦ blue 144

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

Shades of Mariner #456090

Tints of Mariner #456090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.07%

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

R = 22.33%
G = 31.07%
B = 46.6%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#456090 (or 0x456090) is known color: Mariner. HEX triplet: 45, 60 and 90. RGB value is (69,96,144). Sum of RGB (Red+Green+Blue) = 69+96+144=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #456090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456090 is #BA9F6F. Grayscale: #5D5D5D. Windows color (decimal): -12230512 or 9461829. OLE color: 9461829.

HSL color Cylindrical-coordinate representation of color #456090: hue angle of 218.4º 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 #456090 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 96 144 -
CMYK 0.52 0.33 0 0.44
HSL 218.4º 0.35% 0.42% -
HSV(B) 218.4º 0.52% 0.56% -
XYZ 11.67 11.64 28.02 -
YUV 93.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 69 96 144 0.52 0.33 0 0.44 218.4 0.35 0.42
Hex 45 60 90 34 21 0 2C DA 23 2A
Octal 105 140 220 64 41 0 54 332 43 52
Binary 1000101 1100000 10010000 110100 100001 0 101100 11011010 100011 101010

Color Harmonies of #456090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456090

Black with #456090

Text Example


Text Example

White with #456090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456090; }

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

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

background-color css

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

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

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

border-color css

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

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

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