Html Css Color HEX #465C9E Mariner

📋 copy color: '#465C9E'

red 70 ◦ green 92 ◦ blue 158

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

Shades of Mariner #465C9E

Tints of Mariner #465C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.38%

R = 21.88%
G = 28.75%
B = 49.38%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#465C9E (or 0x465C9E) is known color: Mariner. HEX triplet: 46, 5C and 9E. RGB value is (70,92,158). Sum of RGB (Red+Green+Blue) = 70+92+158=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #465C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465C9E is #B9A361. Grayscale: #5C5C5C. Windows color (decimal): -12165986 or 10378310. OLE color: 10378310.

HSL color Cylindrical-coordinate representation of color #465C9E: hue angle of 225º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #465C9E is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 92 158 -
CMYK 0.56 0.42 0 0.38
HSL 225º 0.39% 0.45% -
HSV(B) 225º 0.56% 0.62% -
XYZ 12.52 11.43 33.89 -
YUV 92.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 70 92 158 0.56 0.42 0 0.38 225 0.39 0.45
Hex 46 5C 9E 38 2A 0 26 E1 27 2D
Octal 106 134 236 70 52 0 46 341 47 55
Binary 1000110 1011100 10011110 111000 101010 0 100110 11100001 100111 101101

Color Harmonies of #465C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C9E

Black with #465C9E

Text Example


Text Example

White with #465C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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