Html Css Color HEX #4C6D97 San Marino

📋 copy color: '#4C6D97'

red 76 ◦ green 109 ◦ blue 151

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

Shades of San Marino #4C6D97

Tints of San Marino #4C6D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 22.62%
G = 32.44%
B = 44.94%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4C6D97 (or 0x4C6D97) is known color: San Marino. HEX triplet: 4C, 6D and 97. RGB value is (76,109,151). Sum of RGB (Red+Green+Blue) = 76+109+151=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #4C6D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6D97 is #B39268. Grayscale: #676767. Windows color (decimal): -11768425 or 9923916. OLE color: 9923916.

HSL color Cylindrical-coordinate representation of color #4C6D97: hue angle of 213.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C6D97 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 76 109 151 -
CMYK 0.50 0.28 0 0.41
HSL 213.6º 0.33% 0.45% -
HSV(B) 213.6º 0.5% 0.59% -
XYZ 14.04 14.71 31.38 -
YUV 103.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 76 109 151 0.50 0.28 0 0.41 213.6 0.33 0.45
Hex 4C 6D 97 32 1C 0 29 D6 21 2D
Octal 114 155 227 62 34 0 51 326 41 55
Binary 1001100 1101101 10010111 110010 11100 0 101001 11010110 100001 101101

Color Harmonies of #4C6D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6D97

Black with #4C6D97

Text Example


Text Example

White with #4C6D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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