Html Css Color HEX #465C92 Mariner

📋 copy color: '#465C92'

red 70 ◦ green 92 ◦ blue 146

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

Shades of Mariner #465C92

Tints of Mariner #465C92

RGB

 RED value IS 70 (27.73% from 255) = 22.73%

 GREEN value IS 92 (36.33% from 255) = 29.87%

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

R = 22.73%
G = 29.87%
B = 47.4%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#465C92 (or 0x465C92) is known color: Mariner. HEX triplet: 46, 5C and 92. RGB value is (70,92,146). Sum of RGB (Red+Green+Blue) = 70+92+146=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #465C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C92 is #B9A36D. Grayscale: #5B5B5B. Windows color (decimal): -12165998 or 9591878. OLE color: 9591878.

HSL color Cylindrical-coordinate representation of color #465C92: hue angle of 222.63º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465C92 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 92 146 -
CMYK 0.52 0.37 0 0.43
HSL 222.63º 0.35% 0.42% -
HSV(B) 222.63º 0.52% 0.57% -
XYZ 11.54 11.03 28.72 -
YUV 91.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 70 92 146 0.52 0.37 0 0.43 222.63 0.35 0.42
Hex 46 5C 92 34 25 0 2B DF 23 2A
Octal 106 134 222 64 45 0 53 337 43 52
Binary 1000110 1011100 10010010 110100 100101 0 101011 11011111 100011 101010

Color Harmonies of #465C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C92

Black with #465C92

Text Example


Text Example

White with #465C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465C92; }

 p { color: rgb(70,92,146); }

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

background-color css

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

 a { background-color: rgb(70,92,146); }

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

border-color css

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

 span { border-color: rgb(70,92,146); }

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