Html Css Color HEX #465BAA Mariner

📋 copy color: '#465BAA'

red 70 ◦ green 91 ◦ blue 170

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

Shades of Mariner #465BAA

Tints of Mariner #465BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 21.15%
G = 27.49%
B = 51.36%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#465BAA (or 0x465BAA) is known color: Mariner. HEX triplet: 46, 5B and AA. RGB value is (70,91,170). Sum of RGB (Red+Green+Blue) = 70+91+170=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #465BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465BAA is #B9A455. Grayscale: #5D5D5D. Windows color (decimal): -12166230 or 11164486. OLE color: 11164486.

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

Color convert

RGB 70 91 170 -
CMYK 0.59 0.46 0 0.33
HSL 227.4º 0.42% 0.47% -
HSV(B) 227.4º 0.59% 0.67% -
XYZ 13.52 11.69 39.57 -
YUV 93.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 70 91 170 0.59 0.46 0 0.33 227.4 0.42 0.47
Hex 46 5B AA 3B 2E 0 21 E3 2A 2F
Octal 106 133 252 73 56 0 41 343 52 57
Binary 1000110 1011011 10101010 111011 101110 0 100001 11100011 101010 101111

Color Harmonies of #465BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BAA

Black with #465BAA

Text Example


Text Example

White with #465BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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