Html Css Color HEX #465F94 Mariner

📋 copy color: '#465F94'

red 70 ◦ green 95 ◦ blue 148

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

Shades of Mariner #465F94

Tints of Mariner #465F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 22.36%
G = 30.35%
B = 47.28%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#465F94 (or 0x465F94) is known color: Mariner. HEX triplet: 46, 5F and 94. RGB value is (70,95,148). Sum of RGB (Red+Green+Blue) = 70+95+148=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #465F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465F94 is #B9A06B. Grayscale: #5D5D5D. Windows color (decimal): -12165228 or 9723718. OLE color: 9723718.

HSL color Cylindrical-coordinate representation of color #465F94: hue angle of 220.77º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #465F94 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 95 148 -
CMYK 0.53 0.36 0 0.42
HSL 220.77º 0.36% 0.43% -
HSV(B) 220.77º 0.53% 0.58% -
XYZ 11.96 11.62 29.63 -
YUV 93.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 70 95 148 0.53 0.36 0 0.42 220.77 0.36 0.43
Hex 46 5F 94 35 24 0 2A DD 24 2B
Octal 106 137 224 65 44 0 52 335 44 53
Binary 1000110 1011111 10010100 110101 100100 0 101010 11011101 100100 101011

Color Harmonies of #465F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F94

Black with #465F94

Text Example


Text Example

White with #465F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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