Html Css Color HEX #4D69AB San Marino

📋 copy color: '#4D69AB'

red 77 ◦ green 105 ◦ blue 171

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

Shades of San Marino #4D69AB

Tints of San Marino #4D69AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 21.81%
G = 29.75%
B = 48.44%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D69AB (or 0x4D69AB) is known color: San Marino. HEX triplet: 4D, 69 and AB. RGB value is (77,105,171). Sum of RGB (Red+Green+Blue) = 77+105+171=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D69AB is #B29654. Grayscale: #676767. Windows color (decimal): -11703893 or 11233613. OLE color: 11233613.

HSL color Cylindrical-coordinate representation of color #4D69AB: hue angle of 222.13º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D69AB is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 105 171 -
CMYK 0.55 0.39 0 0.33
HSL 222.13º 0.38% 0.49% -
HSV(B) 222.13º 0.55% 0.67% -
XYZ 15.46 14.62 40.54 -
YUV 104.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 77 105 171 0.55 0.39 0 0.33 222.13 0.38 0.49
Hex 4D 69 AB 37 27 0 21 DE 26 31
Octal 115 151 253 67 47 0 41 336 46 61
Binary 1001101 1101001 10101011 110111 100111 0 100001 11011110 100110 110001

Color Harmonies of #4D69AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D69AB

Black with #4D69AB

Text Example


Text Example

White with #4D69AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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