Html Css Color HEX #4A5CA2 Mariner

📋 copy color: '#4A5CA2'

red 74 ◦ green 92 ◦ blue 162

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

Shades of Mariner #4A5CA2

Tints of Mariner #4A5CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 49.39%

R = 22.56%
G = 28.05%
B = 49.39%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4A5CA2 (or 0x4A5CA2) is known color: Mariner. HEX triplet: 4A, 5C and A2. RGB value is (74,92,162). Sum of RGB (Red+Green+Blue) = 74+92+162=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #4A5CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5CA2 is #B5A35D. Grayscale: #5E5E5E. Windows color (decimal): -11903838 or 10640458. OLE color: 10640458.

HSL color Cylindrical-coordinate representation of color #4A5CA2: hue angle of 227.73º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A5CA2 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 92 162 -
CMYK 0.54 0.43 0 0.36
HSL 227.73º 0.37% 0.46% -
HSV(B) 227.73º 0.54% 0.64% -
XYZ 13.17 11.72 35.75 -
YUV 94.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 74 92 162 0.54 0.43 0 0.36 227.73 0.37 0.46
Hex 4A 5C A2 36 2B 0 24 E4 25 2E
Octal 112 134 242 66 53 0 44 344 45 56
Binary 1001010 1011100 10100010 110110 101011 0 100100 11100100 100101 101110

Color Harmonies of #4A5CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5CA2

Black with #4A5CA2

Text Example


Text Example

White with #4A5CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,92,162); }

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

background-color css

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

 a { background-color: rgb(74,92,162); }

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

border-color css

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

 span { border-color: rgb(74,92,162); }

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