Html Css Color HEX #4A5E9C Mariner

📋 copy color: '#4A5E9C'

red 74 ◦ green 94 ◦ blue 156

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

Shades of Mariner #4A5E9C

Tints of Mariner #4A5E9C

RGB

 RED value IS 74 (29.3% from 255) = 22.84%

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

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

R = 22.84%
G = 29.01%
B = 48.15%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A5E9C (or 0x4A5E9C) is known color: Mariner. HEX triplet: 4A, 5E and 9C. RGB value is (74,94,156). Sum of RGB (Red+Green+Blue) = 74+94+156=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A5E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5E9C is #B5A163. Grayscale: #5E5E5E. Windows color (decimal): -11903332 or 10247754. OLE color: 10247754.

HSL color Cylindrical-coordinate representation of color #4A5E9C: hue angle of 225.37º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A5E9C is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 94 156 -
CMYK 0.53 0.40 0 0.39
HSL 225.37º 0.36% 0.45% -
HSV(B) 225.37º 0.53% 0.61% -
XYZ 12.83 11.86 33.07 -
YUV 95.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 74 94 156 0.53 0.40 0 0.39 225.37 0.36 0.45
Hex 4A 5E 9C 35 28 0 27 E1 24 2D
Octal 112 136 234 65 50 0 47 341 44 55
Binary 1001010 1011110 10011100 110101 101000 0 100111 11100001 100100 101101

Color Harmonies of #4A5E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5E9C

Black with #4A5E9C

Text Example


Text Example

White with #4A5E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A5E9C; }

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

 H1.HeaderClassName
 {
   color: #4A5E9C;
 }
 .AnyTagClassName
 {
   color: #4A5E9C;
 }
</style>

background-color css

<style>
 a { background-color: #4A5E9C; }

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

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

border-color css

<style>
 span { border-color: #4A5E9C; }

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

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