Html Css Color HEX #465993 Mariner

📋 copy color: '#465993'

red 70 ◦ green 89 ◦ blue 147

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

Shades of Mariner #465993

Tints of Mariner #465993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.08%

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

R = 22.88%
G = 29.08%
B = 48.04%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#465993 (or 0x465993) is known color: Mariner. HEX triplet: 46, 59 and 93. RGB value is (70,89,147). Sum of RGB (Red+Green+Blue) = 70+89+147=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #465993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465993 is #B9A66C. Grayscale: #595959. Windows color (decimal): -12166765 or 9656646. OLE color: 9656646.

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

Color convert

RGB 70 89 147 -
CMYK 0.52 0.39 0 0.42
HSL 225.19º 0.35% 0.43% -
HSV(B) 225.19º 0.52% 0.58% -
XYZ 11.36 10.55 29.04 -
YUV 89.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 70 89 147 0.52 0.39 0 0.42 225.19 0.35 0.43
Hex 46 59 93 34 27 0 2A E1 23 2B
Octal 106 131 223 64 47 0 52 341 43 53
Binary 1000110 1011001 10010011 110100 100111 0 101010 11100001 100011 101011

Color Harmonies of #465993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465993

Black with #465993

Text Example


Text Example

White with #465993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465993; }

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

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

background-color css

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

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

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

border-color css

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

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

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