Html Css Color HEX #4C699C San Marino

📋 copy color: '#4C699C'

red 76 ◦ green 105 ◦ blue 156

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

Shades of San Marino #4C699C

Tints of San Marino #4C699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

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

R = 22.55%
G = 31.16%
B = 46.29%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C699C (or 0x4C699C) is known color: San Marino. HEX triplet: 4C, 69 and 9C. RGB value is (76,105,156). Sum of RGB (Red+Green+Blue) = 76+105+156=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C699C is #B39663. Grayscale: #656565. Windows color (decimal): -11769444 or 10250572. OLE color: 10250572.

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

Color convert

RGB 76 105 156 -
CMYK 0.51 0.33 0 0.39
HSL 218.25º 0.34% 0.45% -
HSV(B) 218.25º 0.51% 0.61% -
XYZ 14.03 14.04 33.42 -
YUV 102.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 76 105 156 0.51 0.33 0 0.39 218.25 0.34 0.45
Hex 4C 69 9C 33 21 0 27 DA 22 2D
Octal 114 151 234 63 41 0 47 332 42 55
Binary 1001100 1101001 10011100 110011 100001 0 100111 11011010 100010 101101

Color Harmonies of #4C699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C699C

Black with #4C699C

Text Example


Text Example

White with #4C699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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