Html Css Color HEX #465AAE Mariner

📋 copy color: '#465AAE'

red 70 ◦ green 90 ◦ blue 174

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

Shades of Mariner #465AAE

Tints of Mariner #465AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.1%

R = 20.96%
G = 26.95%
B = 52.1%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#465AAE (or 0x465AAE) is known color: Mariner. HEX triplet: 46, 5A and AE. RGB value is (70,90,174). Sum of RGB (Red+Green+Blue) = 70+90+174=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #465AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465AAE is #B9A551. Grayscale: #5D5D5D. Windows color (decimal): -12166482 or 11426374. OLE color: 11426374.

HSL color Cylindrical-coordinate representation of color #465AAE: hue angle of 228.46º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465AAE is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 90 174 -
CMYK 0.60 0.48 0 0.32
HSL 228.46º 0.43% 0.48% -
HSV(B) 228.46º 0.6% 0.68% -
XYZ 13.82 11.67 41.57 -
YUV 93.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 70 90 174 0.60 0.48 0 0.32 228.46 0.43 0.48
Hex 46 5A AE 3C 30 0 20 E4 2B 30
Octal 106 132 256 74 60 0 40 344 53 60
Binary 1000110 1011010 10101110 111100 110000 0 100000 11100100 101011 110000

Color Harmonies of #465AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465AAE

Black with #465AAE

Text Example


Text Example

White with #465AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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