Html Css Color HEX #4C6D9C San Marino

📋 copy color: '#4C6D9C'

red 76 ◦ green 109 ◦ blue 156

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

Shades of San Marino #4C6D9C

Tints of San Marino #4C6D9C

RGB

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

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

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

R = 22.29%
G = 31.96%
B = 45.75%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C6D9C (or 0x4C6D9C) is known color: San Marino. HEX triplet: 4C, 6D and 9C. RGB value is (76,109,156). Sum of RGB (Red+Green+Blue) = 76+109+156=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C6D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6D9C is #B39263. Grayscale: #686868. Windows color (decimal): -11768420 or 10251596. OLE color: 10251596.

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

Color convert

RGB 76 109 156 -
CMYK 0.51 0.30 0 0.39
HSL 215.25º 0.34% 0.45% -
HSV(B) 215.25º 0.51% 0.61% -
XYZ 14.45 14.87 33.56 -
YUV 104.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 76 109 156 0.51 0.30 0 0.39 215.25 0.34 0.45
Hex 4C 6D 9C 33 1E 0 27 D7 22 2D
Octal 114 155 234 63 36 0 47 327 42 55
Binary 1001100 1101101 10011100 110011 11110 0 100111 11010111 100010 101101

Color Harmonies of #4C6D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6D9C

Black with #4C6D9C

Text Example


Text Example

White with #4C6D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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