Html Css Color HEX #465E9C Mariner

📋 copy color: '#465E9C'

red 70 ◦ green 94 ◦ blue 156

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

Shades of Mariner #465E9C

Tints of Mariner #465E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

 BLUE value IS 156 (61.33% from 255) = 48.75%

R = 21.88%
G = 29.38%
B = 48.75%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#465E9C (or 0x465E9C) is known color: Mariner. HEX triplet: 46, 5E and 9C. RGB value is (70,94,156). Sum of RGB (Red+Green+Blue) = 70+94+156=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #465E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465E9C is #B9A163. Grayscale: #5D5D5D. Windows color (decimal): -12165476 or 10247750. OLE color: 10247750.

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

Color convert

RGB 70 94 156 -
CMYK 0.55 0.40 0 0.39
HSL 223.26º 0.38% 0.44% -
HSV(B) 223.26º 0.55% 0.61% -
XYZ 12.53 11.71 33.05 -
YUV 93.89 163.05 110.96 -
System Red Green Blue C M Y K H S L
Decimal 70 94 156 0.55 0.40 0 0.39 223.26 0.38 0.44
Hex 46 5E 9C 37 28 0 27 DF 26 2C
Octal 106 136 234 67 50 0 47 337 46 54
Binary 1000110 1011110 10011100 110111 101000 0 100111 11011111 100110 101100

Color Harmonies of #465E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E9C

Black with #465E9C

Text Example


Text Example

White with #465E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,94,156); }

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

background-color css

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

 a { background-color: rgb(70,94,156); }

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

border-color css

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

 span { border-color: rgb(70,94,156); }

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