Html Css Color HEX #4D699A San Marino

📋 copy color: '#4D699A'

red 77 ◦ green 105 ◦ blue 154

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

Shades of San Marino #4D699A

Tints of San Marino #4D699A

RGB

 RED value IS 77 (30.47% from 255) = 22.92%

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

 BLUE value IS 154 (60.55% from 255) = 45.83%

R = 22.92%
G = 31.25%
B = 45.83%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D699A (or 0x4D699A) is known color: San Marino. HEX triplet: 4D, 69 and 9A. RGB value is (77,105,154). Sum of RGB (Red+Green+Blue) = 77+105+154=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D699A is #B29665. Grayscale: #656565. Windows color (decimal): -11703910 or 10119501. OLE color: 10119501.

HSL color Cylindrical-coordinate representation of color #4D699A: hue angle of 218.18º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D699A is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 105 154 -
CMYK 0.50 0.32 0 0.40
HSL 218.18º 0.33% 0.45% -
HSV(B) 218.18º 0.5% 0.6% -
XYZ 13.94 14.01 32.54 -
YUV 102.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 77 105 154 0.50 0.32 0 0.40 218.18 0.33 0.45
Hex 4D 69 9A 32 20 0 28 DA 21 2D
Octal 115 151 232 62 40 0 50 332 41 55
Binary 1001101 1101001 10011010 110010 100000 0 101000 11011010 100001 101101

Color Harmonies of #4D699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D699A

Black with #4D699A

Text Example


Text Example

White with #4D699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,105,154); }

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

background-color css

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

 a { background-color: rgb(77,105,154); }

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

border-color css

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

 span { border-color: rgb(77,105,154); }

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