Html Css Color HEX #465DA3 Mariner

📋 copy color: '#465DA3'

red 70 ◦ green 93 ◦ blue 163

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

Shades of Mariner #465DA3

Tints of Mariner #465DA3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

 BLUE value IS 163 (64.06% from 255) = 50%

R = 21.47%
G = 28.53%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#465DA3 (or 0x465DA3) is known color: Mariner. HEX triplet: 46, 5D and A3. RGB value is (70,93,163). Sum of RGB (Red+Green+Blue) = 70+93+163=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #465DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465DA3 is #B9A25C. Grayscale: #5D5D5D. Windows color (decimal): -12165725 or 10706246. OLE color: 10706246.

HSL color Cylindrical-coordinate representation of color #465DA3: hue angle of 225.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465DA3 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 93 163 -
CMYK 0.57 0.43 0 0.36
HSL 225.16º 0.4% 0.46% -
HSV(B) 225.16º 0.57% 0.64% -
XYZ 13.05 11.78 36.24 -
YUV 94.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 70 93 163 0.57 0.43 0 0.36 225.16 0.4 0.46
Hex 46 5D A3 39 2B 0 24 E1 28 2E
Octal 106 135 243 71 53 0 44 341 50 56
Binary 1000110 1011101 10100011 111001 101011 0 100100 11100001 101000 101110

Color Harmonies of #465DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DA3

Black with #465DA3

Text Example


Text Example

White with #465DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,93,163); }

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

background-color css

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

 a { background-color: rgb(70,93,163); }

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

border-color css

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

 span { border-color: rgb(70,93,163); }

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