Html Css Color HEX #465CAD Mariner

📋 copy color: '#465CAD'

red 70 ◦ green 92 ◦ blue 173

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

Shades of Mariner #465CAD

Tints of Mariner #465CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 20.9%
G = 27.46%
B = 51.64%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#465CAD (or 0x465CAD) is known color: Mariner. HEX triplet: 46, 5C and AD. RGB value is (70,92,173). Sum of RGB (Red+Green+Blue) = 70+92+173=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #465CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465CAD is #B9A352. Grayscale: #5E5E5E. Windows color (decimal): -12165971 or 11361350. OLE color: 11361350.

HSL color Cylindrical-coordinate representation of color #465CAD: hue angle of 227.18º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465CAD is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 92 173 -
CMYK 0.60 0.47 0 0.32
HSL 227.18º 0.42% 0.48% -
HSV(B) 227.18º 0.6% 0.68% -
XYZ 13.9 11.97 41.11 -
YUV 94.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 70 92 173 0.60 0.47 0 0.32 227.18 0.42 0.48
Hex 46 5C AD 3C 2F 0 20 E3 2A 30
Octal 106 134 255 74 57 0 40 343 52 60
Binary 1000110 1011100 10101101 111100 101111 0 100000 11100011 101010 110000

Color Harmonies of #465CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465CAD

Black with #465CAD

Text Example


Text Example

White with #465CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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