Html Css Color HEX #4C769D San Marino

📋 copy color: '#4C769D'

red 76 ◦ green 118 ◦ blue 157

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

Shades of San Marino #4C769D

Tints of San Marino #4C769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 21.65%
G = 33.62%
B = 44.73%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C769D (or 0x4C769D) is known color: San Marino. HEX triplet: 4C, 76 and 9D. RGB value is (76,118,157). Sum of RGB (Red+Green+Blue) = 76+118+157=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C769D is #B38962. Grayscale: #6D6D6D. Windows color (decimal): -11766115 or 10319436. OLE color: 10319436.

HSL color Cylindrical-coordinate representation of color #4C769D: hue angle of 208.89º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C769D is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 118 157 -
CMYK 0.52 0.25 0 0.38
HSL 208.89º 0.35% 0.46% -
HSV(B) 208.89º 0.52% 0.62% -
XYZ 15.54 16.93 34.35 -
YUV 109.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 76 118 157 0.52 0.25 0 0.38 208.89 0.35 0.46
Hex 4C 76 9D 34 19 0 26 D1 23 2E
Octal 114 166 235 64 31 0 46 321 43 56
Binary 1001100 1110110 10011101 110100 11001 0 100110 11010001 100011 101110

Color Harmonies of #4C769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C769D

Black with #4C769D

Text Example


Text Example

White with #4C769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,118,157); }

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

background-color css

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

 a { background-color: rgb(76,118,157); }

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

border-color css

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

 span { border-color: rgb(76,118,157); }

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