Html Css Color HEX #50769B San Marino

📋 copy color: '#50769B'

red 80 ◦ green 118 ◦ blue 155

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

Shades of San Marino #50769B

Tints of San Marino #50769B

RGB

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

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

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

R = 22.66%
G = 33.43%
B = 43.91%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50769B (or 0x50769B) is known color: San Marino. HEX triplet: 50, 76 and 9B. RGB value is (80,118,155). Sum of RGB (Red+Green+Blue) = 80+118+155=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #50769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50769B is #AF8964. Grayscale: #6E6E6E. Windows color (decimal): -11503973 or 10188368. OLE color: 10188368.

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

Color convert

RGB 80 118 155 -
CMYK 0.48 0.24 0 0.39
HSL 209.6º 0.32% 0.46% -
HSV(B) 209.6º 0.48% 0.61% -
XYZ 15.7 17.03 33.47 -
YUV 110.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 80 118 155 0.48 0.24 0 0.39 209.6 0.32 0.46
Hex 50 76 9B 30 18 0 27 D2 20 2E
Octal 120 166 233 60 30 0 47 322 40 56
Binary 1010000 1110110 10011011 110000 11000 0 100111 11010010 100000 101110

Color Harmonies of #50769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50769B

Black with #50769B

Text Example


Text Example

White with #50769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50769B; }

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

 H1.HeaderClassName
 {
   color: #50769B;
 }
 .AnyTagClassName
 {
   color: #50769B;
 }
</style>

background-color css

<style>
 a { background-color: #50769B; }

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

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

border-color css

<style>
 span { border-color: #50769B; }

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

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