Html Css Color HEX #465A9F Mariner

📋 copy color: '#465A9F'

red 70 ◦ green 90 ◦ blue 159

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

Shades of Mariner #465A9F

Tints of Mariner #465A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 21.94%
G = 28.21%
B = 49.84%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#465A9F (or 0x465A9F) is known color: Mariner. HEX triplet: 46, 5A and 9F. RGB value is (70,90,159). Sum of RGB (Red+Green+Blue) = 70+90+159=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #465A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465A9F is #B9A560. Grayscale: #5B5B5B. Windows color (decimal): -12166497 or 10443334. OLE color: 10443334.

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

Color convert

RGB 70 90 159 -
CMYK 0.56 0.43 0 0.38
HSL 226.52º 0.39% 0.45% -
HSV(B) 226.52º 0.56% 0.62% -
XYZ 12.44 11.12 34.29 -
YUV 91.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 70 90 159 0.56 0.43 0 0.38 226.52 0.39 0.45
Hex 46 5A 9F 38 2B 0 26 E3 27 2D
Octal 106 132 237 70 53 0 46 343 47 55
Binary 1000110 1011010 10011111 111000 101011 0 100110 11100011 100111 101101

Color Harmonies of #465A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A9F

Black with #465A9F

Text Example


Text Example

White with #465A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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