Html Css Color HEX #4C769B San Marino

📋 copy color: '#4C769B'

red 76 ◦ green 118 ◦ blue 155

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

Shades of San Marino #4C769B

Tints of San Marino #4C769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 21.78%
G = 33.81%
B = 44.41%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C769B (or 0x4C769B) is known color: San Marino. HEX triplet: 4C, 76 and 9B. RGB value is (76,118,155). Sum of RGB (Red+Green+Blue) = 76+118+155=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C769B is #B38964. Grayscale: #6D6D6D. Windows color (decimal): -11766117 or 10188364. OLE color: 10188364.

HSL color Cylindrical-coordinate representation of color #4C769B: hue angle of 208.1º 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 #4C769B is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 118 155 -
CMYK 0.51 0.24 0 0.39
HSL 208.1º 0.34% 0.45% -
HSV(B) 208.1º 0.51% 0.61% -
XYZ 15.38 16.86 33.45 -
YUV 109.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 76 118 155 0.51 0.24 0 0.39 208.1 0.34 0.45
Hex 4C 76 9B 33 18 0 27 D0 22 2D
Octal 114 166 233 63 30 0 47 320 42 55
Binary 1001100 1110110 10011011 110011 11000 0 100111 11010000 100010 101101

Color Harmonies of #4C769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C769B

Black with #4C769B

Text Example


Text Example

White with #4C769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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