Html Css Color HEX #4D6FAA San Marino

📋 copy color: '#4D6FAA'

red 77 ◦ green 111 ◦ blue 170

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

Shades of San Marino #4D6FAA

Tints of San Marino #4D6FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.01%

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 21.51%
G = 31.01%
B = 47.49%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D6FAA (or 0x4D6FAA) is known color: San Marino. HEX triplet: 4D, 6F and AA. RGB value is (77,111,170). Sum of RGB (Red+Green+Blue) = 77+111+170=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D6FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6FAA is #B29055. Grayscale: #6B6B6B. Windows color (decimal): -11702358 or 11169613. OLE color: 11169613.

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

Color convert

RGB 77 111 170 -
CMYK 0.55 0.35 0 0.33
HSL 218.06º 0.38% 0.48% -
HSV(B) 218.06º 0.55% 0.67% -
XYZ 16 15.85 40.25 -
YUV 107.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 77 111 170 0.55 0.35 0 0.33 218.06 0.38 0.48
Hex 4D 6F AA 37 23 0 21 DA 26 30
Octal 115 157 252 67 43 0 41 332 46 60
Binary 1001101 1101111 10101010 110111 100011 0 100001 11011010 100110 110000

Color Harmonies of #4D6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6FAA

Black with #4D6FAA

Text Example


Text Example

White with #4D6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,111,170); }

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

background-color css

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

 a { background-color: rgb(77,111,170); }

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

border-color css

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

 span { border-color: rgb(77,111,170); }

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