Html Css Color HEX #465FAC Mariner

📋 copy color: '#465FAC'

red 70 ◦ green 95 ◦ blue 172

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

Shades of Mariner #465FAC

Tints of Mariner #465FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 20.77%
G = 28.19%
B = 51.04%

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

#465FAC (or 0x465FAC) is known color: Mariner. HEX triplet: 46, 5F and AC. RGB value is (70,95,172). Sum of RGB (Red+Green+Blue) = 70+95+172=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #465FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465FAC is #B9A053. Grayscale: #5F5F5F. Windows color (decimal): -12165204 or 11296582. OLE color: 11296582.

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

Color convert

RGB 70 95 172 -
CMYK 0.59 0.45 0 0.33
HSL 225.29º 0.42% 0.47% -
HSV(B) 225.29º 0.59% 0.67% -
XYZ 14.06 12.47 40.69 -
YUV 96.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 70 95 172 0.59 0.45 0 0.33 225.29 0.42 0.47
Hex 46 5F AC 3B 2D 0 21 E1 2A 2F
Octal 106 137 254 73 55 0 41 341 52 57
Binary 1000110 1011111 10101100 111011 101101 0 100001 11100001 101010 101111

Color Harmonies of #465FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465FAC

Black with #465FAC

Text Example


Text Example

White with #465FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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