Html Css Color HEX #465B9F Mariner

📋 copy color: '#465B9F'

red 70 ◦ green 91 ◦ blue 159

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

Shades of Mariner #465B9F

Tints of Mariner #465B9F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.44%

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

R = 21.88%
G = 28.44%
B = 49.69%

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

#465B9F (or 0x465B9F) is known color: Mariner. HEX triplet: 46, 5B and 9F. RGB value is (70,91,159). Sum of RGB (Red+Green+Blue) = 70+91+159=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #465B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B9F is #B9A460. Grayscale: #5C5C5C. Windows color (decimal): -12166241 or 10443590. OLE color: 10443590.

HSL color Cylindrical-coordinate representation of color #465B9F: hue angle of 225.84º 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 #465B9F is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 91 159 -
CMYK 0.56 0.43 0 0.38
HSL 225.84º 0.39% 0.45% -
HSV(B) 225.84º 0.56% 0.62% -
XYZ 12.52 11.29 34.32 -
YUV 92.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 70 91 159 0.56 0.43 0 0.38 225.84 0.39 0.45
Hex 46 5B 9F 38 2B 0 26 E2 27 2D
Octal 106 133 237 70 53 0 46 342 47 55
Binary 1000110 1011011 10011111 111000 101011 0 100110 11100010 100111 101101

Color Harmonies of #465B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B9F

Black with #465B9F

Text Example


Text Example

White with #465B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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