Html Css Color HEX #465EAF Mariner

📋 copy color: '#465EAF'

red 70 ◦ green 94 ◦ blue 175

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

Shades of Mariner #465EAF

Tints of Mariner #465EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.62%

R = 20.65%
G = 27.73%
B = 51.62%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#465EAF (or 0x465EAF) is known color: Mariner. HEX triplet: 46, 5E and AF. RGB value is (70,94,175). Sum of RGB (Red+Green+Blue) = 70+94+175=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #465EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EAF is #B9A150. Grayscale: #5F5F5F. Windows color (decimal): -12165457 or 11492934. OLE color: 11492934.

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

Color convert

RGB 70 94 175 -
CMYK 0.60 0.46 0 0.31
HSL 226.29º 0.43% 0.48% -
HSV(B) 226.29º 0.6% 0.69% -
XYZ 14.27 12.4 42.2 -
YUV 96.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 70 94 175 0.60 0.46 0 0.31 226.29 0.43 0.48
Hex 46 5E AF 3C 2E 0 1F E2 2B 30
Octal 106 136 257 74 56 0 37 342 53 60
Binary 1000110 1011110 10101111 111100 101110 0 11111 11100010 101011 110000

Color Harmonies of #465EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465EAF

Black with #465EAF

Text Example


Text Example

White with #465EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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