Html Css Color HEX #4C6DAC San Marino

📋 copy color: '#4C6DAC'

red 76 ◦ green 109 ◦ blue 172

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

Shades of San Marino #4C6DAC

Tints of San Marino #4C6DAC

RGB

 RED value IS 76 (30.08% from 255) = 21.29%

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

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 21.29%
G = 30.53%
B = 48.18%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C6DAC (or 0x4C6DAC) is known color: San Marino. HEX triplet: 4C, 6D and AC. RGB value is (76,109,172). Sum of RGB (Red+Green+Blue) = 76+109+172=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C6DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6DAC is #B39253. Grayscale: #6A6A6A. Windows color (decimal): -11768404 or 11300172. OLE color: 11300172.

HSL color Cylindrical-coordinate representation of color #4C6DAC: hue angle of 219.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C6DAC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 109 172 -
CMYK 0.56 0.37 0 0.33
HSL 219.38º 0.39% 0.49% -
HSV(B) 219.38º 0.56% 0.67% -
XYZ 15.9 15.45 41.17 -
YUV 106.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 76 109 172 0.56 0.37 0 0.33 219.38 0.39 0.49
Hex 4C 6D AC 38 25 0 21 DB 27 31
Octal 114 155 254 70 45 0 41 333 47 61
Binary 1001100 1101101 10101100 111000 100101 0 100001 11011011 100111 110001

Color Harmonies of #4C6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6DAC

Black with #4C6DAC

Text Example


Text Example

White with #4C6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,109,172); }

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

background-color css

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

 a { background-color: rgb(76,109,172); }

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

border-color css

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

 span { border-color: rgb(76,109,172); }

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