Html Css Color HEX #465FAA Mariner

📋 copy color: '#465FAA'

red 70 ◦ green 95 ◦ blue 170

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

Shades of Mariner #465FAA

Tints of Mariner #465FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

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

R = 20.9%
G = 28.36%
B = 50.75%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#465FAA (or 0x465FAA) is known color: Mariner. HEX triplet: 46, 5F and AA. RGB value is (70,95,170). Sum of RGB (Red+Green+Blue) = 70+95+170=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #465FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465FAA is #B9A055. Grayscale: #5F5F5F. Windows color (decimal): -12165206 or 11165510. OLE color: 11165510.

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

Color convert

RGB 70 95 170 -
CMYK 0.59 0.44 0 0.33
HSL 225º 0.42% 0.47% -
HSV(B) 225º 0.59% 0.67% -
XYZ 13.87 12.39 39.69 -
YUV 96.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 70 95 170 0.59 0.44 0 0.33 225 0.42 0.47
Hex 46 5F AA 3B 2C 0 21 E1 2A 2F
Octal 106 137 252 73 54 0 41 341 52 57
Binary 1000110 1011111 10101010 111011 101100 0 100001 11100001 101010 101111

Color Harmonies of #465FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465FAA

Black with #465FAA

Text Example


Text Example

White with #465FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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