Html Css Color HEX #465A9D Mariner

📋 copy color: '#465A9D'

red 70 ◦ green 90 ◦ blue 157

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

Shades of Mariner #465A9D

Tints of Mariner #465A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 157 (61.72% from 255) = 49.53%

R = 22.08%
G = 28.39%
B = 49.53%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#465A9D (or 0x465A9D) is known color: Mariner. HEX triplet: 46, 5A and 9D. RGB value is (70,90,157). Sum of RGB (Red+Green+Blue) = 70+90+157=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #465A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A9D is #B9A562. Grayscale: #5B5B5B. Windows color (decimal): -12166499 or 10312262. OLE color: 10312262.

HSL color Cylindrical-coordinate representation of color #465A9D: hue angle of 226.21º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #465A9D is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 90 157 -
CMYK 0.55 0.43 0 0.38
HSL 226.21º 0.38% 0.45% -
HSV(B) 226.21º 0.55% 0.62% -
XYZ 12.27 11.05 33.38 -
YUV 91.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 70 90 157 0.55 0.43 0 0.38 226.21 0.38 0.45
Hex 46 5A 9D 37 2B 0 26 E2 26 2D
Octal 106 132 235 67 53 0 46 342 46 55
Binary 1000110 1011010 10011101 110111 101011 0 100110 11100010 100110 101101

Color Harmonies of #465A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A9D

Black with #465A9D

Text Example


Text Example

White with #465A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,90,157); }

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

background-color css

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

 a { background-color: rgb(70,90,157); }

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

border-color css

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

 span { border-color: rgb(70,90,157); }

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