Html Css Color HEX #465C93 Mariner

📋 copy color: '#465C93'

red 70 ◦ green 92 ◦ blue 147

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

Shades of Mariner #465C93

Tints of Mariner #465C93

RGB

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

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

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

R = 22.65%
G = 29.77%
B = 47.57%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#465C93 (or 0x465C93) is known color: Mariner. HEX triplet: 46, 5C and 93. RGB value is (70,92,147). Sum of RGB (Red+Green+Blue) = 70+92+147=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #465C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C93 is #B9A36C. Grayscale: #5B5B5B. Windows color (decimal): -12165997 or 9657414. OLE color: 9657414.

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

Color convert

RGB 70 92 147 -
CMYK 0.52 0.37 0 0.42
HSL 222.86º 0.35% 0.43% -
HSV(B) 222.86º 0.52% 0.58% -
XYZ 11.62 11.06 29.13 -
YUV 91.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 70 92 147 0.52 0.37 0 0.42 222.86 0.35 0.43
Hex 46 5C 93 34 25 0 2A DF 23 2B
Octal 106 134 223 64 45 0 52 337 43 53
Binary 1000110 1011100 10010011 110100 100101 0 101010 11011111 100011 101011

Color Harmonies of #465C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C93

Black with #465C93

Text Example


Text Example

White with #465C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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