Html Css Color HEX #465CAC Mariner

📋 copy color: '#465CAC'

red 70 ◦ green 92 ◦ blue 172

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

Shades of Mariner #465CAC

Tints of Mariner #465CAC

RGB

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

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

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

R = 20.96%
G = 27.54%
B = 51.5%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#465CAC (or 0x465CAC) is known color: Mariner. HEX triplet: 46, 5C and AC. RGB value is (70,92,172). Sum of RGB (Red+Green+Blue) = 70+92+172=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #465CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465CAC is #B9A353. Grayscale: #5E5E5E. Windows color (decimal): -12165972 or 11295814. OLE color: 11295814.

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

Color convert

RGB 70 92 172 -
CMYK 0.59 0.47 0 0.33
HSL 227.06º 0.42% 0.47% -
HSV(B) 227.06º 0.59% 0.67% -
XYZ 13.8 11.93 40.61 -
YUV 94.54 171.71 110.5 -
System Red Green Blue C M Y K H S L
Decimal 70 92 172 0.59 0.47 0 0.33 227.06 0.42 0.47
Hex 46 5C AC 3B 2F 0 21 E3 2A 2F
Octal 106 134 254 73 57 0 41 343 52 57
Binary 1000110 1011100 10101100 111011 101111 0 100001 11100011 101010 101111

Color Harmonies of #465CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465CAC

Black with #465CAC

Text Example


Text Example

White with #465CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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