Html Css Color HEX #465EAA Mariner

📋 copy color: '#465EAA'

red 70 ◦ green 94 ◦ blue 170

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

Shades of Mariner #465EAA

Tints of Mariner #465EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.14%

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

R = 20.96%
G = 28.14%
B = 50.9%

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

#465EAA (or 0x465EAA) is known color: Mariner. HEX triplet: 46, 5E and AA. RGB value is (70,94,170). Sum of RGB (Red+Green+Blue) = 70+94+170=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #465EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EAA is #B9A155. Grayscale: #5F5F5F. Windows color (decimal): -12165462 or 11165254. OLE color: 11165254.

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

Color convert

RGB 70 94 170 -
CMYK 0.59 0.45 0 0.33
HSL 225.6º 0.42% 0.47% -
HSV(B) 225.6º 0.59% 0.67% -
XYZ 13.78 12.21 39.66 -
YUV 95.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 70 94 170 0.59 0.45 0 0.33 225.6 0.42 0.47
Hex 46 5E AA 3B 2D 0 21 E2 2A 2F
Octal 106 136 252 73 55 0 41 342 52 57
Binary 1000110 1011110 10101010 111011 101101 0 100001 11100010 101010 101111

Color Harmonies of #465EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465EAA

Black with #465EAA

Text Example


Text Example

White with #465EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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