Html Css Color HEX #456592 Mariner

📋 copy color: '#456592'

red 69 ◦ green 101 ◦ blue 146

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

Shades of Mariner #456592

Tints of Mariner #456592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 21.84%
G = 31.96%
B = 46.2%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#456592 (or 0x456592) is known color: Mariner. HEX triplet: 45, 65 and 92. RGB value is (69,101,146). Sum of RGB (Red+Green+Blue) = 69+101+146=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #456592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456592 is #BA9A6D. Grayscale: #606060. Windows color (decimal): -12229230 or 9594181. OLE color: 9594181.

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

Color convert

RGB 69 101 146 -
CMYK 0.53 0.31 0 0.43
HSL 215.06º 0.36% 0.42% -
HSV(B) 215.06º 0.53% 0.57% -
XYZ 12.3 12.65 28.99 -
YUV 96.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 69 101 146 0.53 0.31 0 0.43 215.06 0.36 0.42
Hex 45 65 92 35 1F 0 2B D7 24 2A
Octal 105 145 222 65 37 0 53 327 44 52
Binary 1000101 1100101 10010010 110101 11111 0 101011 11010111 100100 101010

Color Harmonies of #456592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456592

Black with #456592

Text Example


Text Example

White with #456592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456592; }

 p { color: rgb(69,101,146); }

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

background-color css

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

 a { background-color: rgb(69,101,146); }

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

border-color css

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

 span { border-color: rgb(69,101,146); }

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