Html Css Color HEX #465EAC Mariner

📋 copy color: '#465EAC'

red 70 ◦ green 94 ◦ blue 172

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

Shades of Mariner #465EAC

Tints of Mariner #465EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.98%

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

R = 20.83%
G = 27.98%
B = 51.19%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#465EAC (or 0x465EAC) is known color: Mariner. HEX triplet: 46, 5E and AC. RGB value is (70,94,172). Sum of RGB (Red+Green+Blue) = 70+94+172=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #465EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EAC is #B9A153. Grayscale: #5F5F5F. Windows color (decimal): -12165460 or 11296326. OLE color: 11296326.

HSL color Cylindrical-coordinate representation of color #465EAC: hue angle of 225.88º 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 #465EAC is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 94 172 -
CMYK 0.59 0.45 0 0.33
HSL 225.88º 0.42% 0.47% -
HSV(B) 225.88º 0.59% 0.67% -
XYZ 13.97 12.29 40.66 -
YUV 95.72 171.05 109.66 -
System Red Green Blue C M Y K H S L
Decimal 70 94 172 0.59 0.45 0 0.33 225.88 0.42 0.47
Hex 46 5E AC 3B 2D 0 21 E2 2A 2F
Octal 106 136 254 73 55 0 41 342 52 57
Binary 1000110 1011110 10101100 111011 101101 0 100001 11100010 101010 101111

Color Harmonies of #465EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465EAC

Black with #465EAC

Text Example


Text Example

White with #465EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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