Html Css Color HEX #465C9A Mariner

📋 copy color: '#465C9A'

red 70 ◦ green 92 ◦ blue 154

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

Shades of Mariner #465C9A

Tints of Mariner #465C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.73%

R = 22.15%
G = 29.11%
B = 48.73%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#465C9A (or 0x465C9A) is known color: Mariner. HEX triplet: 46, 5C and 9A. RGB value is (70,92,154). Sum of RGB (Red+Green+Blue) = 70+92+154=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #465C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C9A is #B9A365. Grayscale: #5C5C5C. Windows color (decimal): -12165990 or 10116166. OLE color: 10116166.

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

Color convert

RGB 70 92 154 -
CMYK 0.55 0.40 0 0.40
HSL 224.29º 0.38% 0.44% -
HSV(B) 224.29º 0.55% 0.6% -
XYZ 12.19 11.29 32.11 -
YUV 92.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 70 92 154 0.55 0.40 0 0.40 224.29 0.38 0.44
Hex 46 5C 9A 37 28 0 28 E0 26 2C
Octal 106 134 232 67 50 0 50 340 46 54
Binary 1000110 1011100 10011010 110111 101000 0 101000 11100000 100110 101100

Color Harmonies of #465C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C9A

Black with #465C9A

Text Example


Text Example

White with #465C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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