Html Css Color HEX #465DAA Mariner

📋 copy color: '#465DAA'

red 70 ◦ green 93 ◦ blue 170

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

Shades of Mariner #465DAA

Tints of Mariner #465DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

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

R = 21.02%
G = 27.93%
B = 51.05%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#465DAA (or 0x465DAA) is known color: Mariner. HEX triplet: 46, 5D and AA. RGB value is (70,93,170). Sum of RGB (Red+Green+Blue) = 70+93+170=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #465DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465DAA is #B9A255. Grayscale: #5E5E5E. Windows color (decimal): -12165718 or 11164998. OLE color: 11164998.

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

Color convert

RGB 70 93 170 -
CMYK 0.59 0.45 0 0.33
HSL 226.2º 0.42% 0.47% -
HSV(B) 226.2º 0.59% 0.67% -
XYZ 13.7 12.03 39.63 -
YUV 94.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 70 93 170 0.59 0.45 0 0.33 226.2 0.42 0.47
Hex 46 5D AA 3B 2D 0 21 E2 2A 2F
Octal 106 135 252 73 55 0 41 342 52 57
Binary 1000110 1011101 10101010 111011 101101 0 100001 11100010 101010 101111

Color Harmonies of #465DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DAA

Black with #465DAA

Text Example


Text Example

White with #465DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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