Html Css Color HEX #465DAC Mariner

📋 copy color: '#465DAC'

red 70 ◦ green 93 ◦ blue 172

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

Shades of Mariner #465DAC

Tints of Mariner #465DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 20.9%
G = 27.76%
B = 51.34%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#465DAC (or 0x465DAC) is known color: Mariner. HEX triplet: 46, 5D and AC. RGB value is (70,93,172). Sum of RGB (Red+Green+Blue) = 70+93+172=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #465DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465DAC is #B9A253. Grayscale: #5E5E5E. Windows color (decimal): -12165716 or 11296070. OLE color: 11296070.

HSL color Cylindrical-coordinate representation of color #465DAC: hue angle of 226.47º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #465DAC is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 93 172 -
CMYK 0.59 0.46 0 0.33
HSL 226.47º 0.42% 0.47% -
HSV(B) 226.47º 0.59% 0.67% -
XYZ 13.89 12.11 40.64 -
YUV 95.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 70 93 172 0.59 0.46 0 0.33 226.47 0.42 0.47
Hex 46 5D AC 3B 2E 0 21 E2 2A 2F
Octal 106 135 254 73 56 0 41 342 52 57
Binary 1000110 1011101 10101100 111011 101110 0 100001 11100010 101010 101111

Color Harmonies of #465DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DAC

Black with #465DAC

Text Example


Text Example

White with #465DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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