Html Css Color HEX #4A6DA3 San Marino

📋 copy color: '#4A6DA3'

red 74 ◦ green 109 ◦ blue 163

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

Shades of San Marino #4A6DA3

Tints of San Marino #4A6DA3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

 BLUE value IS 163 (64.06% from 255) = 47.11%

R = 21.39%
G = 31.5%
B = 47.11%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4A6DA3 (or 0x4A6DA3) is known color: San Marino. HEX triplet: 4A, 6D and A3. RGB value is (74,109,163). Sum of RGB (Red+Green+Blue) = 74+109+163=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 163 - color contains mainly: blue. Hex color #4A6DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6DA3 is #B5925C. Grayscale: #686868. Windows color (decimal): -11899485 or 10710346. OLE color: 10710346.

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

Color convert

RGB 74 109 163 -
CMYK 0.55 0.33 0 0.36
HSL 216.4º 0.38% 0.46% -
HSV(B) 216.4º 0.55% 0.64% -
XYZ 14.9 15.04 36.77 -
YUV 104.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 74 109 163 0.55 0.33 0 0.36 216.4 0.38 0.46
Hex 4A 6D A3 37 21 0 24 D8 26 2E
Octal 112 155 243 67 41 0 44 330 46 56
Binary 1001010 1101101 10100011 110111 100001 0 100100 11011000 100110 101110

Color Harmonies of #4A6DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6DA3

Black with #4A6DA3

Text Example


Text Example

White with #4A6DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,109,163); }

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

background-color css

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

 a { background-color: rgb(74,109,163); }

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

border-color css

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

 span { border-color: rgb(74,109,163); }

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