Html Css Color HEX #4C6D96 San Marino

📋 copy color: '#4C6D96'

red 76 ◦ green 109 ◦ blue 150

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

Shades of San Marino #4C6D96

Tints of San Marino #4C6D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.78%

R = 22.69%
G = 32.54%
B = 44.78%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4C6D96 (or 0x4C6D96) is known color: San Marino. HEX triplet: 4C, 6D and 96. RGB value is (76,109,150). Sum of RGB (Red+Green+Blue) = 76+109+150=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #4C6D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6D96 is #B39269. Grayscale: #676767. Windows color (decimal): -11768426 or 9858380. OLE color: 9858380.

HSL color Cylindrical-coordinate representation of color #4C6D96: hue angle of 213.24º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C6D96 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 76 109 150 -
CMYK 0.49 0.27 0 0.41
HSL 213.24º 0.33% 0.44% -
HSV(B) 213.24º 0.49% 0.59% -
XYZ 13.95 14.68 30.95 -
YUV 103.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 76 109 150 0.49 0.27 0 0.41 213.24 0.33 0.44
Hex 4C 6D 96 31 1B 0 29 D5 21 2C
Octal 114 155 226 61 33 0 51 325 41 54
Binary 1001100 1101101 10010110 110001 11011 0 101001 11010101 100001 101100

Color Harmonies of #4C6D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6D96

Black with #4C6D96

Text Example


Text Example

White with #4C6D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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