Html Css Color HEX #465FA7 Mariner

📋 copy color: '#465FA7'

red 70 ◦ green 95 ◦ blue 167

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

Shades of Mariner #465FA7

Tints of Mariner #465FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 50.3%

R = 21.08%
G = 28.61%
B = 50.3%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#465FA7 (or 0x465FA7) is known color: Mariner. HEX triplet: 46, 5F and A7. RGB value is (70,95,167). Sum of RGB (Red+Green+Blue) = 70+95+167=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #465FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465FA7 is #B9A058. Grayscale: #5F5F5F. Windows color (decimal): -12165209 or 10968902. OLE color: 10968902.

HSL color Cylindrical-coordinate representation of color #465FA7: hue angle of 224.54º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #465FA7 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 95 167 -
CMYK 0.58 0.43 0 0.35
HSL 224.54º 0.41% 0.46% -
HSV(B) 224.54º 0.58% 0.65% -
XYZ 13.59 12.28 38.21 -
YUV 95.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 70 95 167 0.58 0.43 0 0.35 224.54 0.41 0.46
Hex 46 5F A7 3A 2B 0 23 E1 29 2E
Octal 106 137 247 72 53 0 43 341 51 56
Binary 1000110 1011111 10100111 111010 101011 0 100011 11100001 101001 101110

Color Harmonies of #465FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465FA7

Black with #465FA7

Text Example


Text Example

White with #465FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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