Html Css Color HEX #465C99 Mariner

📋 copy color: '#465C99'

red 70 ◦ green 92 ◦ blue 153

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

Shades of Mariner #465C99

Tints of Mariner #465C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 22.22%
G = 29.21%
B = 48.57%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#465C99 (or 0x465C99) is known color: Mariner. HEX triplet: 46, 5C and 99. RGB value is (70,92,153). Sum of RGB (Red+Green+Blue) = 70+92+153=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #465C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C99 is #B9A366. Grayscale: #5C5C5C. Windows color (decimal): -12165991 or 10050630. OLE color: 10050630.

HSL color Cylindrical-coordinate representation of color #465C99: hue angle of 224.1º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #465C99 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 92 153 -
CMYK 0.54 0.40 0 0.4
HSL 224.1º 0.37% 0.44% -
HSV(B) 224.1º 0.54% 0.6% -
XYZ 12.1 11.26 31.67 -
YUV 92.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 70 92 153 0.54 0.40 0 0.4 224.1 0.37 0.44
Hex 46 5C 99 36 28 0 28 E0 25 2C
Octal 106 134 231 66 50 0 50 340 45 54
Binary 1000110 1011100 10011001 110110 101000 0 101000 11100000 100101 101100

Color Harmonies of #465C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C99

Black with #465C99

Text Example


Text Example

White with #465C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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