Html Css Color HEX #465C96 Mariner

📋 copy color: '#465C96'

red 70 ◦ green 92 ◦ blue 150

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

Shades of Mariner #465C96

Tints of Mariner #465C96

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 22.44%
G = 29.49%
B = 48.08%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#465C96 (or 0x465C96) is known color: Mariner. HEX triplet: 46, 5C and 96. RGB value is (70,92,150). Sum of RGB (Red+Green+Blue) = 70+92+150=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #465C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C96 is #B9A369. Grayscale: #5B5B5B. Windows color (decimal): -12165994 or 9854022. OLE color: 9854022.

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

Color convert

RGB 70 92 150 -
CMYK 0.53 0.39 0 0.41
HSL 223.5º 0.36% 0.43% -
HSV(B) 223.5º 0.53% 0.59% -
XYZ 11.86 11.16 30.38 -
YUV 92.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 70 92 150 0.53 0.39 0 0.41 223.5 0.36 0.43
Hex 46 5C 96 35 27 0 29 E0 24 2B
Octal 106 134 226 65 47 0 51 340 44 53
Binary 1000110 1011100 10010110 110101 100111 0 101001 11100000 100100 101011

Color Harmonies of #465C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C96

Black with #465C96

Text Example


Text Example

White with #465C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,92,150); }

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

background-color css

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

 a { background-color: rgb(70,92,150); }

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

border-color css

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

 span { border-color: rgb(70,92,150); }

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