Html Css Color HEX #50749C San Marino

📋 copy color: '#50749C'

red 80 ◦ green 116 ◦ blue 156

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

Shades of San Marino #50749C

Tints of San Marino #50749C

RGB

 RED value IS 80 (31.64% from 255) = 22.73%

 GREEN value IS 116 (45.7% from 255) = 32.95%

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

R = 22.73%
G = 32.95%
B = 44.32%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50749C (or 0x50749C) is known color: San Marino. HEX triplet: 50, 74 and 9C. RGB value is (80,116,156). Sum of RGB (Red+Green+Blue) = 80+116+156=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #50749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50749C is #AF8B63. Grayscale: #6D6D6D. Windows color (decimal): -11504484 or 10253392. OLE color: 10253392.

HSL color Cylindrical-coordinate representation of color #50749C: hue angle of 211.58º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50749C is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 116 156 -
CMYK 0.49 0.26 0 0.39
HSL 211.58º 0.32% 0.46% -
HSV(B) 211.58º 0.49% 0.61% -
XYZ 15.55 16.6 33.84 -
YUV 109.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 80 116 156 0.49 0.26 0 0.39 211.58 0.32 0.46
Hex 50 74 9C 31 1A 0 27 D4 20 2E
Octal 120 164 234 61 32 0 47 324 40 56
Binary 1010000 1110100 10011100 110001 11010 0 100111 11010100 100000 101110

Color Harmonies of #50749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50749C

Black with #50749C

Text Example


Text Example

White with #50749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50749C; }

 p { color: rgb(80,116,156); }

 H1.HeaderClassName
 {
   color: #50749C;
 }
 .AnyTagClassName
 {
   color: #50749C;
 }
</style>

background-color css

<style>
 a { background-color: #50749C; }

 a { background-color: rgb(80,116,156); }

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

border-color css

<style>
 span { border-color: #50749C; }

 span { border-color: rgb(80,116,156); }

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