Html Css Color HEX #465CA2 Mariner

📋 copy color: '#465CA2'

red 70 ◦ green 92 ◦ blue 162

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

Shades of Mariner #465CA2

Tints of Mariner #465CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50%

R = 21.6%
G = 28.4%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#465CA2 (or 0x465CA2) is known color: Mariner. HEX triplet: 46, 5C and A2. RGB value is (70,92,162). Sum of RGB (Red+Green+Blue) = 70+92+162=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #465CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465CA2 is #B9A35D. Grayscale: #5D5D5D. Windows color (decimal): -12165982 or 10640454. OLE color: 10640454.

HSL color Cylindrical-coordinate representation of color #465CA2: hue angle of 225.65º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465CA2 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 92 162 -
CMYK 0.57 0.43 0 0.36
HSL 225.65º 0.4% 0.45% -
HSV(B) 225.65º 0.57% 0.64% -
XYZ 12.87 11.57 35.74 -
YUV 93.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 70 92 162 0.57 0.43 0 0.36 225.65 0.4 0.45
Hex 46 5C A2 39 2B 0 24 E2 28 2D
Octal 106 134 242 71 53 0 44 342 50 55
Binary 1000110 1011100 10100010 111001 101011 0 100100 11100010 101000 101101

Color Harmonies of #465CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465CA2

Black with #465CA2

Text Example


Text Example

White with #465CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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