Html Css Color HEX #456093 Mariner

📋 copy color: '#456093'

red 69 ◦ green 96 ◦ blue 147

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

Shades of Mariner #456093

Tints of Mariner #456093

RGB

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

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

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

R = 22.12%
G = 30.77%
B = 47.12%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456093 (or 0x456093) is known color: Mariner. HEX triplet: 45, 60 and 93. RGB value is (69,96,147). Sum of RGB (Red+Green+Blue) = 69+96+147=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #456093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456093 is #BA9F6C. Grayscale: #5D5D5D. Windows color (decimal): -12230509 or 9658437. OLE color: 9658437.

HSL color Cylindrical-coordinate representation of color #456093: hue angle of 219.23º 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 #456093 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 96 147 -
CMYK 0.53 0.35 0 0.42
HSL 219.23º 0.36% 0.42% -
HSV(B) 219.23º 0.53% 0.58% -
XYZ 11.9 11.74 29.24 -
YUV 93.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 69 96 147 0.53 0.35 0 0.42 219.23 0.36 0.42
Hex 45 60 93 35 23 0 2A DB 24 2A
Octal 105 140 223 65 43 0 52 333 44 52
Binary 1000101 1100000 10010011 110101 100011 0 101010 11011011 100100 101010

Color Harmonies of #456093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456093

Black with #456093

Text Example


Text Example

White with #456093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456093; }

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

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

background-color css

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

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

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

border-color css

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

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

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